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

pub const MONO_MODE_ON: u8 = 0x7E;

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.