[][src]Function fluidlite_sys::fluid_synth_pitch_bend

pub unsafe extern "C" fn fluid_synth_pitch_bend(
    synth: *mut fluid_synth_t,
    chan: c_int,
    val: c_int
) -> c_int

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