[][src]Constant midi_consts::channel_event::control_change::OMNI_MODE_OFF

pub const OMNI_MODE_OFF: u8 = 0x7C;

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.