[][src]Function fluidlite_sys::fluid_synth_get_sfont_by_id

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

Get a SoundFont. The SoundFont is specified by its ID.

\param synth The synthesizer object \param id The id of the sfont \returns A pointer to the SoundFont