MidiInputDevice_v2 Op
connect to MIDI device output port
Summary (oneliner)
<p>This reworked midi device is the heart of all midi operations in cables.</p> <p>In here you select the device of which you want to use to transmit midi data to cables.</p> <p>It outputs MIDI events separated by type (e.g. Clock, CC, Note).</p> <p>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).</p> <p>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.`</p>
- 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
<i>integer</i>
)Controls
<p>press button and send midi signal to automatically create op</p>
<p>press if you panic</p>
OUTPUT PORTS
<p>The out port for all MIDI events</p>
<p>Only outputs midi events of type Note</p>
<p>Only outputs midi events of type CC</p>
<p>Only outputs midi events of type NRPN</p>
<p>Only outputs midi events of type Clock</p>