Function fluidlite_sys::fluid_synth_add_sfloader[][src]

pub unsafe extern "C" fn fluid_synth_add_sfloader(
    synth: *mut fluid_synth_t,
    loader: *mut fluid_sfloader_t
)
Expand description

Add a SoundFont loader to the synthesizer. Note that SoundFont loader don’t necessarily load SoundFonts. They can load any type of wavetable data but export a SoundFont interface.