[][src]Function fluidlite_sys::fluid_synth_get_sfont

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

Get a SoundFont. The SoundFont is specified by its index on the stack. The top of the stack has index zero.

\param synth The synthesizer object \param num The number of the SoundFont (0 <= num < sfcount) \returns A pointer to the SoundFont