MidiMonitor Op
detailed information about Midi events being sent
Summary (oneliner)
MidiMonitor allows you to monitor incoming midi events.
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.
- 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
The in port for the MIDI event
OUTPUT PORTS
The out port for the MIDI event
triggers whenever a midi event is received
name of the device
the midi channel of the message
the type of the message (CC, Note, NRPN, Clock, ...)
displays the sent note index if message is a note
displays the sent note velocity if message is a note
displays the sent CC index if message is of type CC
displays the sent CC value if message is of type CC
displays the sent pitch bend value if message is of type Pitch Bend
displays the sent NRPN index if message is of type NRPN
displays the sent NRPN value if message is of type NRPN