MidiMonitor Op
detailed information about Midi events being sent
Summary (oneliner)
<p>MidiMonitor allows you to monitor incoming midi events.</p> <p>This is a great little tool to troubleshoot issues that might arise when working with MIDI or to just get a general overview of the midi signals that are flowing into cables.</p>
- Ops.Devices.Midi.MidiMonitor
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
MIDI
<p>The in port for the MIDI event</p>
OUTPUT PORTS
<p>The out port for the MIDI event</p>
<p>triggers whenever a midi event is received</p>
<p>name of the device</p>
<p>the midi channel of the message</p>
<p>the type of the message (CC, Note, NRPN, Clock, ...)</p>
<p>displays the sent note index if message is a note</p>
<p>displays the sent note velocity if message is a note</p>
<p>displays the sent CC index if message is of type CC</p>
<p>displays the sent CC value if message is of type CC</p>
<p>displays the sent pitch bend value if message is of type Pitch Bend</p>
<p>displays the sent NRPN index if message is of type NRPN</p>
<p>displays the sent NRPN value if message is of type NRPN</p>