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