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