[][src]Function fluidlite_sys::fluid_synth_start_voice

pub unsafe extern "C" fn fluid_synth_start_voice(
    synth: *mut fluid_synth_t,
    voice: *mut fluid_voice_t
)

Start a synthesis voice. This function is called by a soundfont's preset in response to a noteon event after the voice has been allocated with fluid_synth_alloc_voice() and initialized. Exclusive classes are processed here.