Skip to content

Create MIDI Note On

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

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