[][src]Function fluidlite_sys::delete_fluid_synth

pub unsafe extern "C" fn delete_fluid_synth(synth: *mut fluid_synth_t) -> c_int

Deletes the synthesizer previously created with new_fluid_synth.

\param synth the synthesizer object \return 0 if no error occured, -1 otherwise