Filter out note-off messages, pass only note-on messages
int | MIDI-pitch-value [int] |
In left inlet: The number is treated as a pitch value. If the velocity value currently held by stripnote is not 0, then the velocity is sent out the right outlet and the pitch is sent out the left outlet. |
(inlet1) | MIDI-velocity [int] |
In right inlet: The number is stored as a velocity to be paired with pitch numbers received in the left inlet. |
float | MIDI-pitch-value [float] |
Converted to | .
(inlet1) | MIDI-velocity [float] |
Converted to | . In right inlet: The number is stored as a velocity to be paired with pitch numbers received in the left inlet.
Name | Description |
---|---|
makenote | Generate a note-off message following each note-on |
sustain | Hold note-off messages, output them on command |
Max MIDI Tutorial 2: MIDI Note Management | Max MIDI Tutorial 2: MIDI Note Management |