Reference
Components
MIDI Splitter
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 Splitter component extracts this information from MIDI data and sends the results to its four integer outputs. Note that no triggers
are sent from the outputs when they change, instead a single trigger is sent through the fifth output once all the other outputs have been
updated.
Connectors
Inputs Type Outputs Type
MIDI data
MIDI Status part (0-127)
Int
MIDI Channel part (1-
16)
Int
Data 1 part (0-127)
Int
Data 2 part (0-127)
Int
Trigger when a new
MIDI event is received
Trigger
226 of 494