note-on

e/midi/note-on

Creates a Note On message
note-on
@/note-on
Creates a Note On message
CHnumber
The channel on which the message will be sent
NOTEnumber
Pitch value in the MIDI format (0 to 127)
VELnumber
Note attack velocity (0 to 127). A NoteOn with 0 velocity is considered a NoteOff.
note-on
CH
NOTE
VEL
MSG
MSG@/message
To use the node in your project you should have the e/midi 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.