create_jit

Function create_jit 

Source
pub fn create_jit<K>(
    desc: SynthDescriptor,
    per_semitone_polyphony: u8,
) -> Result<(Xenth, JitXenthControl<K>), SettingsError>
Expand description

Creates a connected (Xenth, JitXenthControl) pair.

The Xenth part is intended to be used in the audio thread. The JitXenthControl part can be used anywhere in your application to control the behavior of the Xenth part.