Module audio_processor_traits::parameters
source · [−]Expand description
Parameters for AudioProcessor
Provides a basic mechanism for defining float parameters and modifying them
through introspection at runtime.
Structs
An empty handle with no parameters
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
A runtime typed parameter value
Traits
This trait can be implemented by AudioProcessor handles to provide runtime introspection on
the parameters that a processor provides.
A type which can create an
AudioProcessorHandleRefFunctions
Build a shared reference to a boxed generic handle
Type Definitions
A shared reference to a boxed generic handle