Module parameters

Source
Expand description

Parameters for AudioProcessor Provides a basic mechanism for defining float parameters and modifying them through introspection at runtime.

Structs§

AudioProcessorEmptyHandle
An empty handle with no parameters
FloatType
ParameterSpec
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§

ParameterType
ParameterValue
A runtime typed parameter value

Traits§

AudioProcessorHandle
This trait can be implemented by AudioProcessor handles to provide runtime introspection on the parameters that a processor provides.
AudioProcessorHandleProvider
A type which can create an AudioProcessorHandleRef

Functions§

make_handle_ref
Build a shared reference to a boxed generic handle

Type Aliases§

AudioProcessorHandleRef
A shared reference to a boxed generic handle