Constant nih_plug::midi::control_change::MONO_MODE_ON
pub const MONO_MODE_ON: u8 = 126; // 126u8
Expand description
Mode message: mono mode on
For this event, the data byte (the third byte of the event)
indicates the number of channels (omni off) or 0
(omni on).
Remark
This message also causes all notes off.