Struct m8_files::MidiSettings
source · pub struct MidiSettings {Show 13 fields
pub receive_sync: bool,
pub receive_transport: u8,
pub send_sync: bool,
pub send_transport: u8,
pub record_note_channel: u8,
pub record_note_velocity: bool,
pub record_note_delay_kill_commands: u8,
pub control_map_channel: u8,
pub song_row_cue_channel: u8,
pub track_input_channel: [u8; 8],
pub track_input_intrument: [u8; 8],
pub track_input_program_change: bool,
pub track_input_mode: u8,
}Fields§
§receive_sync: bool§receive_transport: u8§send_sync: bool§send_transport: u8§record_note_channel: u8§record_note_velocity: bool§record_note_delay_kill_commands: u8§control_map_channel: u8§song_row_cue_channel: u8§track_input_channel: [u8; 8]§track_input_intrument: [u8; 8]§track_input_program_change: bool§track_input_mode: u8Trait Implementations§
source§impl Clone for MidiSettings
impl Clone for MidiSettings
source§fn clone(&self) -> MidiSettings
fn clone(&self) -> MidiSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MidiSettings
impl Debug for MidiSettings
source§impl PartialEq<MidiSettings> for MidiSettings
impl PartialEq<MidiSettings> for MidiSettings
source§fn eq(&self, other: &MidiSettings) -> bool
fn eq(&self, other: &MidiSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.