[][src]Function fluidlite_sys::fluid_synth_remove_sfont

pub unsafe extern "C" fn fluid_synth_remove_sfont(
    synth: *mut fluid_synth_t,
    sfont: *mut fluid_sfont_t
)

Remove a SoundFont that was previously added using fluid_synth_add_sfont(). The synthesizer does not delete the SoundFont; this is responsability of the caller.

\param synth The synthesizer object \param sfont The SoundFont