MidiOutputDevice Op
Connect to MIDI device input port
Summary (oneliner)
<p>This op lets you choose an output device to which you want to transmit midi data to your DAW, sequencer, synthesizer, etc..</p> <p>It receives MIDI events seperated by type (e.g. Note, CC, NRPN).</p> <p>Select your MIDI device from the dropdown menu.</p>
Full Name
- Ops.Devices.Midi.MidiOutputDevice
- Core Op - Official cables op
- MIT
- caniuse.com: Web MIDI API
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Device
Device index (Number:
<i>integer</i>
)Midi Events
Note (Object)
<p>the input port for MIDI note events</p>
CC (Object)
<p>the input port for MIDI CC events</p>
NRPN (Object)
<p>the input port for MIDI NRPN events</p>