Expand description
You create a new synthesizer with Synth::new()
.
Use the settings structure to specify the synthesizer characteristics.
You have to load a SoundFont in order to hear any sound.
For that you use the Synth::add_font()
function.
To send events use: Synth::send_event()
function.
To write the results to a buffer use Synth::write()
function.
Structs§
Enums§
- Generator
Type - Generator (effect) numbers
- Interpolation
Method - Midi
Event - OxiError
- Range
Error - Settings
Error