MidiInputDevice_v2 Op
connect to MIDI device output port
Summary (oneliner)
This reworked midi device is the heart of all midi operations in cables.
In here you select the device of which you want to use to transmit midi data to cables.
It outputs MIDI events separated by type (e.g. Clock, CC, Note).
Press the panic button to send note-off or value-zero messages to all notes and CC indexes (Think of it as a kill switch).
Furthermore this device allows you to automatically create ops corresponding to the message you sent by pressing the "Learn" Button and, for example playing a note on your midi keyboard. This will automatically create a MidiNote op for you. Also works with CC and NRPN.`
- Ops.Devices.Midi.MidiInputDevice_v2
- 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 Select
Controls
press button and send midi signal to automatically create op
press if you panic
OUTPUT PORTS
The out port for all MIDI events
Only outputs midi events of type Note
Only outputs midi events of type CC
Only outputs midi events of type NRPN
Only outputs midi events of type Clock