JUCE
|
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter. More...
Public Types | |
using | Category = AudioProcessorParameter::Category |
Public Member Functions | |
JUCE_NODISCARD auto | withLabel (String x) const |
An optional label for the parameter's value. More... | |
JUCE_NODISCARD auto | withCategory (Category x) const |
The semantics of this parameter. More... | |
JUCE_NODISCARD auto | withMeta (bool x) const |
JUCE_NODISCARD auto | withAutomatable (bool x) const |
JUCE_NODISCARD auto | withInverted (bool x) const |
JUCE_NODISCARD auto | getLabel () const |
An optional label for the parameter's value. More... | |
JUCE_NODISCARD auto | getCategory () const |
The semantics of this parameter. More... | |
JUCE_NODISCARD auto | getMeta () const |
JUCE_NODISCARD auto | getAutomatable () const |
JUCE_NODISCARD auto | getInverted () const |
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withLabel | ( | String | x | ) | const |
An optional label for the parameter's value.
References withMember(), and gl::x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withLabel().
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withCategory | ( | Category | x | ) | const |
The semantics of this parameter.
References withMember(), and gl::x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withCategory().
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withMeta | ( | bool | x | ) | const |
References withMember(), and gl::x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withMeta().
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withAutomatable | ( | bool | x | ) | const |
References withMember(), and gl::x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withAutomatable().
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withInverted | ( | bool | x | ) | const |
References withMember(), and gl::x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withInverted().
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getLabel | ( | ) | const |
An optional label for the parameter's value.
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getCategory | ( | ) | const |
The semantics of this parameter.
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getMeta | ( | ) | const |
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getAutomatable | ( | ) | const |
JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getInverted | ( | ) | const |