--- title: Create MIDI Note On sidebar: label: Create order: 1 --- import SchemaInfo from '../../../../../components/SchemaInfo.astro'; This processor will create a MIDI Note On message with the specified channel, note, and velocity. ### Example ```yaml - type: midi.note_on.create params: channel: "1" note: "60" velocity: "127" ```