[][src]Function fluidlite_sys::new_fluid_synth

pub unsafe extern "C" fn new_fluid_synth(
    settings: *mut fluid_settings_t
) -> *mut fluid_synth_t

Creates a new synthesizer object.

Creates a new synthesizer object. As soon as the synthesizer is created, it will start playing.

\param settings a pointer to a settings structure \return a newly allocated synthesizer or NULL in case of error