[][src]Constant midi_control::consts::channel_event::control_change::LOCAL_CONTROL

pub const LOCAL_CONTROL: u8 = 0x7A;

Mode message: local control.

When local control is on (default), the device responds to its local controls. When local control is off, it only responds to data recieved over MIDI.

See the module local_control for possible values of the data byte (the third byte of the event).