MidiOutputDevice Op
Connect to MIDI device input port
Summary (oneliner)
This op lets you choose an output device to which you want to transmit midi data to your DAW, sequencer, synthesizer, etc..
It receives MIDI events seperated by type (e.g. Note, CC, NRPN).
Select your MIDI device from the dropdown menu.
Brower support [caniuse.com]
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Device index (integer /Number)
Midi Events
Note (Object)
the input port for MIDI note events
CC (Object)
the input port for MIDI CC events
NRPN (Object)
the input port for MIDI NRPN events
Patches using MidiOutputDevice
Changelog
created op 2019-10-16 - simod | |
Ops.User.simod.MidiOutputDevice renamed to Ops.Devices.Midi.MidiOutputDevice 2019-10-17 - simod |