MidiMonitor Op

MidiMonitor

detailed information about Midi events being sent


<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>


Full Name
  • Ops.Devices.Midi.MidiMonitor
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch Midi ops example

This example file demonstrates how to use all the new midi ops.

Open In Editor

INPUT PORTS


MIDI

Event (Object)

<p>The in port for the MIDI event</p>

OUTPUT PORTS


MIDI Event Out (Object)

<p>The out port for the MIDI event</p>

Trigger Out (Trigger)

<p>triggers whenever a midi event is received</p>

Device (Number)

<p>name of the device</p>

MIDI Channel (Number)

<p>the midi channel of the message</p>

Message Type (Number)

<p>the type of the message (CC, Note, NRPN, Clock, ...)</p>

Note (Number)

<p>displays the sent note index if message is a note</p>

Note Velocity (Number)

<p>displays the sent note velocity if message is a note</p>

CC Number (Number)

<p>displays the sent CC index if message is of type CC</p>

CC Value (Number)

<p>displays the sent CC value if message is of type CC</p>

Pitch Bend Value (Number)

<p>displays the sent pitch bend value if message is of type Pitch Bend</p>

NRPN Number (Number)

<p>displays the sent NRPN index if message is of type NRPN</p>

NRPN Value (Number)

<p>displays the sent NRPN value if message is of type NRPN</p>

Program Change Value (Number)

Patches using MidiMonitor

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarsimod - 2019-01-25 16:23