Expand description
Abstractions for processors that generate audio.
Enums§
- Numeric
Global Expression - Numeric expression controllers that affect all playing notes of the synth.
- Numeric
PerNote Expression - Numeric expression controllers that affect a single note of the synth.
- Switch
Global Expression - Switch expression controllers available on each synth.
Traits§
- Handle
Events Context - A trait for metadata during an audio processing call
- Process
Context - A trait for metadata during an audio processing call
- Synth
- A trait for synthesizers
- Synth
Param Buffer States - Extension to the
parameters::BufferStatestrait for synths. - Synth
Param States - Extention to the
parameters::Statestrait for synths.
Functions§
- valid_
range_ for_ per_ note_ expression - Get the valid range for a numeric per-note expression.