pub trait ProgramChange {
    fn program_change(&mut self, channel: char, value: i32);
}

Required methods

Implementors