Crate fluid_xenth

Crate fluid_xenth 

Source

Re-exports§

pub use oxisynth;
pub use tune;

Structs§

AotXenthControl
Controls the connected Xenth instance from any thread using the ahead-of-time tuning model.
JitXenthControl
Controls the connected Xenth instance from any thread using the just-in-time tuning model.
SendCommandError
Sending a command via AotXenthControl or JitXenthControl failed.
TunableFluid
A TunableSynth implementation of fluid-xenth for later use in an AotTuner or JitTuner.
Xenth
The synthesizing end to be used in the audio thread.

Functions§

create
Creates a Xenth instance and several connected TunableFluid instances.
create_aot
Creates a connected (Xenth, AotXenthControl) pair.
create_jit
Creates a connected (Xenth, JitXenthControl) pair.

Type Aliases§

ChannelCommand
SendCommandResult