Send
A web controller captures grid pads and sliders, translating gestures into
MidiNote and MidiCC events on channels 1–16.
A bridge to send and receive MIDI instructions over the internet
MidiConductor connects browser-based control surfaces to local MIDI hardware through a real-time socket relay. Play pads, move faders, and stream note on/off messages and control changes across the internet — from a performance UI in one tab to a synthesizer or DAW on another machine.
A web controller captures grid pads and sliders, translating gestures into
MidiNote and MidiCC events on channels 1–16.
A Socket.IO server receives events from senders and broadcasts them to every connected client — so multiple receivers can listen at once.
The MIDI Receiver page listens for incoming events and forwards them to your chosen output via Web MIDI — hardware interfaces, virtual ports, or a DAW.
Four-track control surface with grid pads and sliders. Sends MIDI note and control-change instructions to the relay as you perform.
Open sender →Connect to the relay, pick a MIDI output, and watch live channel activity as events arrive and play on your local setup.
Open receiver →Events travel over WebSockets with minimal overhead — suited for live control and remote sessions.
Grid triggers send note on/off per channel; sliders emit standard MIDI control codes with 0–127 values.
The receiver shows per-channel meters for note and CC traffic over a rolling 10-second window.