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 | |
auto | withLabel (String x) const |
An optional label for the parameter's value. | |
auto | withCategory (Category x) const |
The semantics of this parameter. | |
auto | withMeta (bool x) const |
auto | withAutomatable (bool x) const |
auto | withInverted (bool x) const |
auto | getLabel () const |
An optional label for the parameter's value. | |
auto | getCategory () const |
The semantics of this parameter. | |
auto | getMeta () const |
auto | getAutomatable () const |
auto | getInverted () const |
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
auto AudioProcessorParameterWithIDAttributes::withLabel | ( | String | x | ) | const |
An optional label for the parameter's value.
References withMember(), and x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withLabel().
auto AudioProcessorParameterWithIDAttributes::withCategory | ( | Category | x | ) | const |
The semantics of this parameter.
References withMember(), and x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withCategory().
auto AudioProcessorParameterWithIDAttributes::withMeta | ( | bool | x | ) | const |
References withMember(), and x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withMeta().
auto AudioProcessorParameterWithIDAttributes::withAutomatable | ( | bool | x | ) | const |
References withMember(), and x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withAutomatable().
auto AudioProcessorParameterWithIDAttributes::withInverted | ( | bool | x | ) | const |
References withMember(), and x.
Referenced by RangedAudioParameterAttributes< Derived, Value >::withInverted().
auto AudioProcessorParameterWithIDAttributes::getLabel | ( | ) | const |
An optional label for the parameter's value.
auto AudioProcessorParameterWithIDAttributes::getCategory | ( | ) | const |
The semantics of this parameter.
auto AudioProcessorParameterWithIDAttributes::getMeta | ( | ) | const |
auto AudioProcessorParameterWithIDAttributes::getAutomatable | ( | ) | const |
auto AudioProcessorParameterWithIDAttributes::getInverted | ( | ) | const |