ReadonlyconfigThe particular configuration of this parameter.
ReadonlydisplayThe internal state of this parameter represented as a display value.
ReadonlynormalizedThe default value of this parameter represented as a normalized value.
ReadonlynormalizedThe internal state of this parameter represented as a normalized value.
ReadonlytypeThe particular parameter type of this parameter.
Converts a display value to a normalized value as expected by JUCE in the backend.
Converts a display value to a normalized value.
Gets the current internal value of this parameter.
Resets the internal value of this parameter to its default.
Optionalsource: ParameterChangeSourceSets the internal state of this parameter according to the given display value.
Optionalsource: ParameterChangeSourceSets the internal state of this parameter according to the given normalized value.
Optionalsource: ParameterChangeSourceSets the internal value of this parameter.
Optionalsource: ParameterChangeSourceRegisters a listener callback that executes when changes occur to this parameter's internal value.
Describes a float-based parameter object, containing a normalized value for internal calculations and a display value for showing the value to the user in a human-readable way.