pub unsafe extern "C" fn fluid_synth_stop(
synth: *mut fluid_synth_t,
id: c_uint,
) -> c_intExpand description
Stop the voices in the voice group defined by id.
pub unsafe extern "C" fn fluid_synth_stop(
synth: *mut fluid_synth_t,
id: c_uint,
) -> c_intStop the voices in the voice group defined by id.