#include <juce_RangedAudioParameter.h>
◆ Category
template<typename Derived, typename
Value>
◆ StringFromValue
template<typename Derived, typename
Value>
◆ ValueFromString
template<typename Derived, typename
Value>
◆ withStringFromValueFunction()
template<typename Derived, typename
Value>
An optional lambda function that converts a non-normalised value to a string with a maximum length.
This may be used by hosts to display the parameter's value.
References withMember(), and x.
◆ withValueFromStringFunction()
template<typename Derived, typename
Value>
An optional lambda function that parses a string and converts it into a non-normalised value.
Some hosts use this to allow users to type in parameter values.
References withMember(), and x.
◆ withLabel()
template<typename Derived, typename
Value>
◆ withCategory()
template<typename Derived, typename
Value>
◆ withMeta()
template<typename Derived, typename
Value>
◆ withAutomatable()
template<typename Derived, typename
Value>
◆ withInverted()
template<typename Derived, typename
Value>
◆ getStringFromValueFunction()
template<typename Derived, typename
Value>
An optional lambda function that converts a non-normalised value to a string with a maximum length.
This may be used by hosts to display the parameter's value.
◆ getValueFromStringFunction()
template<typename Derived, typename
Value>
An optional lambda function that parses a string and converts it into a non-normalised value.
Some hosts use this to allow users to type in parameter values.
◆ getAudioProcessorParameterWithIDAttributes()
template<typename Derived, typename
Value>
The documentation for this class was generated from the following file: