[][src]Function fluidlite_sys::fluid_synth_sfreload

pub unsafe extern "C" fn fluid_synth_sfreload(
    synth: *mut fluid_synth_t,
    id: c_uint
) -> c_int

Reload a SoundFont. The reloaded SoundFont retains its ID and index on the stack.

\param synth The synthesizer object \param id The id of the SoundFont \returns The ID of the loaded SoundFont, or -1 in case of error