Provide note-offs for held notes
| bang | In left inlet: Immediately sends note-offs for any pitches that have passed through as note-ons but not as note-offs by sending 0 out its right outlet followed by a pitch value out its left outlet. | |
| int | pitch [int] |
In left inlet: The number is treated as the pitch value of a pitch-velocity pair and the note is sent out. |
| (inlet1) | velocity [int] |
In right inlet: The number is stored as the velocity to be paired with numbers received in the left inlet. |
| clear | In left inlet: Erases any numbers held by flush, without sending any note-offs. |

| Name | Description |
|---|---|
| bag | Store a collection of numbers |
| borax | Report current information about note-ons and note-offs |
| makenote | Generate a note-off message following each note-on |
| midiflush | Send note-offs for hanging note-ons in raw MIDI data |
| offer | Store x,y pairs of numbers temporarily |
| stripnote | Filter out note-off messages, pass only note-on messages |
| sustain | Hold note-off messages, output them on command |
| Max MIDI Tutorial 2: MIDI Note Management | Max MIDI Tutorial 2: MIDI Note Management |