Skip to content

Create MIDI Note Off

This processor will create a MIDI Note Off message with the specified channel, note, and velocity.

  • typemidi.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
- type: midi.note_off.create
params:
channel: "1"
note: "60"
velocity: "127"