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