fluid_synth_program_change

Function fluid_synth_program_change 

Source
pub unsafe extern "C" fn fluid_synth_program_change(
    synth: *mut fluid_synth_t,
    chan: c_int,
    program: c_int,
) -> c_int
Expand description

Send a program change message. Returns 0 if no error occurred, -1 otherwise.