fluid_synth_noteoff

Function fluid_synth_noteoff 

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

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