delete_fluid_synth

Function delete_fluid_synth 

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

Deletes the synthesizer previously created with new_fluid_synth.

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