Analyze if the MIDI msg is a Note msg and send output Note data
handle-note-on-off
@/handle-note-on-off
Analyze if the MIDI msg is a Note msg and send output Note data
TRGpulse
Trigger the midi message analyzer when a message in received
CH_INnumber
Channel of the msg
Typenumber
Type of the msg
Data1number
First part of the MIDI msg
Data2number
Second part of the MIDI msg
Velnumber
Velocity
Notenumber
Note number
CHnumber
Channel
NoteOffpulse
Triggered when a NoteOff is detected
NoteOnpulse
Triggered when a NoteON is detected
To use the node in your project you should have the copsmusic/midi-basic library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.