LinkinDAW: Connecting FL Studio to Browser-Based Web Audio Apps with WebRTC
I’ve been building LinkinDAW, an experimental Windows VST3 connector that links FL Studio with browser-based Web Audio apps through WebRTC.
The idea is simple:
A DAW should be able to talk to a web app like an instrument.
In the current public alpha demo, FL Studio loads LinkinDAW as a VST3 plug-in. From there, LinkinDAW opens a browser launcher, starts a WebRTC room, and connects to Axion, a browser-based Web Audio instrument.
Once connected, FL Studio can drive the web app with transport, tempo, and note messages.
Demo Flow
The current demo shows:
- Loading LinkinDAW inside FL Studio
- Opening the web app launcher
- Choosing Axion
- Connecting the browser app through WebRTC
- Pressing play in FL Studio
- Hearing Axion respond in sync
This is still experimental, but the core concept is already visible: FL Studio can become the host, and the browser can become the instrument surface.
Why Browser Audio?
Web Audio has a different kind of creative energy.
It is fast to prototype, easy to share, visual by default, and open to unusual interfaces. But DAWs are still where many producers arrange, mix, and finish music.
LinkinDAW is an attempt to connect those worlds.
Instead of rebuilding everything as a native plug-in, the browser can stay the creative environment, while the DAW handles timing, transport, and production workflow.
Current Status
LinkinDAW is currently a public alpha.
What exists now:
- Windows VST3 source code
- FL Studio-focused workflow
- WebRTC signaling prototype
- Axion staging demo
- Browser-based Web Audio integration
- Experimental audio and export paths
What does not exist yet:
- Installer
- Signed binary release
- General DAW support
- Production-ready packaging
- Finalized API for arbitrary Web Audio apps
So this is not a finished product announcement.
It is a working development milestone.
Axion as the First Target
The first serious demo target is Axion, a browser-based Web Audio app.
Axion is useful for testing because it has a real musical surface: drums, native 808 behavior, parameter controls, and browser-side export experiments.
The current direction is not to force every detail through MIDI piano-roll behavior. For example, 808 slides are better preserved inside Axion’s own playback/export logic than by pretending standard VST MIDI can represent every FL Studio slide behavior exactly.
That distinction matters.
The goal is not to fake a web app into becoming a traditional plug-in.
The goal is to make the DAW and the browser cooperate.
Repository
The source code is now public here:
https://github.com/DIMProductions/LinkinDAW
The project is experimental, Windows/FL Studio-focused, and currently source-first. There is no installer or binary release yet.
What I’m Looking For
I’m interested in feedback from people who care about:
- Web Audio
- DAW plug-in development
- FL Studio workflows
- WebRTC
- experimental music tools
- browser-native instruments
This is early, rough, and still changing.
But the door is open now.
If you are into DAWs, Web Audio, plug-ins, or strange music tools, come build this with me.
Top comments (0)