Expand description
Parameters for AudioProcessor
Provides a basic mechanism for defining float parameters and modifying them
through introspection at runtime.
Structs§
- Audio
Processor Empty Handle - An empty handle with no parameters
- Float
Type - Parameter
Spec - Meta-data around a parameter. A GUI application may use this information to display the label around the parameter and decide what type of control to render to modify it.
Enums§
- Parameter
Type - Parameter
Value - A runtime typed parameter value
Traits§
- Audio
Processor Handle - This trait can be implemented by AudioProcessor handles to provide runtime introspection on the parameters that a processor provides.
- Audio
Processor Handle Provider - A type which can create an
AudioProcessorHandleRef
Functions§
- make_
handle_ ref - Build a shared reference to a boxed generic handle
Type Aliases§
- Audio
Processor Handle Ref - A shared reference to a boxed generic handle