Create MIDI Note On
This processor will create a MIDI Note On message with the specified channel, note, and velocity.
- type:
midi.note_on.create - params:
- channel: channel number for the note on message
- note: note number for the note on message
- velocity: velocity for the note on message
Example
Section titled “Example”- type: midi.note_on.create params: channel: "1" note: "60" velocity: "127"