Hold note-off messages, output them on command
| int | MIDI-pitch-value [int] | In left inlet: The number is the pitch value of a pitch-velocity pair. If the velocity value currently held by sustain is not 0, then the pair is sent out immediately. If the velocity is , the note-off is either sent out or held, depending on whether sustain is turned on. |
| (inlet1) | MIDI-velocity [int] | In middle inlet: The number is stored as a velocity to be paired with pitch numbers received in the left inlet. |
| (inlet2) | sustain-flag (0 or non-zero) [int] | In right inlet: If the number is not 0, sustain is turned on, and all note-offs are held. If the number is , sustain is turned off, and all note-offs are sent out immediately. |
| float | MIDI-pitch-value [float] | Converted to . |
| clear | Clears the object's memory of any held note-offs. |
