MIDI Message

Trigger for incoming MIDI events
0.1.15
Check out the MIDI Configuration Guide for details on configuring your MIDI devices

Parameters

Devicerequired
Select

Select a configured MIDI device connection

  • Select Any to trigger on any device
Eventrequired
Select

Select a configured MIDI input event

  • Select Any to trigger on any event
You can quickly register new MIDI event listeners by clicking the Add New Event button!

Variables

The following variables will be populated when this trigger executes:

Description
channelint

The MIDI channel used for this message

Example: 11
commandCodestring

The MIDI command type for this message

Example: NoteOn
commandCodeNumint

The MIDI command value for this message

Example: 144
controllerNamestring

The MIDI Control Function for this message

Example: Pan
controllerNumberint

The MIDI Control Number for this message

Example: 10
deviceNamestring

The detected device name

Example: MPKmini2
namestring

The user-configured Name for this device connection

Example: My MPK mini
noteNamestring

The note name for this message

Example: C4
noteNumberint

The note number for this message

Example: 48
rawMessagestring

The full raw MIDI command value for this message

Example: 373090
timestampint

The MIDI timestamp for this message

Example: 1132545
valueint

The value for this message

Example: 80
valueNormalfloat

The normalized value for this message

Example: 0.6299215984252
velocityint

The velocity value for this message

Example: 80
velocityNormalfloat

The normalized velocity value for this message

Example: 0.62992125984252