Constant nih_plug::midi::control_change::ALL_NOTES_OFF
pub const ALL_NOTES_OFF: u8 = 123; // 123u8
Expand description
Mode message: all notes off.
For this event, the data byte (the third byte of the event) should be 0
.