[][src]Function fluidlite_sys::fluid_synth_add_sfont

pub unsafe extern "C" fn fluid_synth_add_sfont(
    synth: *mut fluid_synth_t,
    sfont: *mut fluid_sfont_t
) -> c_int

Add a SoundFont. The SoundFont will be put on top of the SoundFont stack.

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