Constant nih_plug::midi::control_change::OMNI_MODE_OFF
pub const OMNI_MODE_OFF: u8 = 124; // 124u8
Expand description
Mode message: omni mode off.
For this event, the data byte (the third byte of the event) should be 0
.
Remark
This message also causes all notes off.