Reference

Components
MIDI Event
Description
MIDI data messages are composed of four distinct parts. Each part is an integer value. The parts are as follows:
Status - (0-127) the type of MIDI event
Channel - (1-16) the MIDI channel on which the event was received
Data 1 - (0-127) the first byte of data received (for note events this is the note pitch)
Data 2 - (0-127) the second byte of data received (for note events this is the velocity)
The MIDI Event component takes this information and creates a MIDI event message.
Connectors
Inputs Type Outputs Type
Status part (0-127)
Int
MIDI event message
MIDI
MIDI Channel part (1-
16)
Int
Data 1 part (0-127)
Int
Data 2 part (0-127)
Int
Trigger to determine
when to send the MIDI
event
Trigger
216 of 494