#include <juce_AudioProcessorParameterWithID.h>
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
◆ Category
◆ This
◆ getAutomatable()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::getAutomatable |
( |
| ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isAutomatable()
◆ getCategory()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::getCategory |
( |
| ) |
const |
|
inline |
The semantics of this parameter
◆ getInverted()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::getInverted |
( |
| ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isOrientationInverted()
◆ getLabel()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::getLabel |
( |
| ) |
const |
|
inline |
An optional label for the parameter's value
◆ getMeta()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::getMeta |
( |
| ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isMetaParameter()
◆ withAutomatable()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::withAutomatable |
( |
bool | x | ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isAutomatable()
◆ withCategory()
The semantics of this parameter
◆ withInverted()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::withInverted |
( |
bool | x | ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isOrientationInverted()
◆ withLabel()
An optional label for the parameter's value
◆ withMeta()
| JUCE_NODISCARD auto juce::AudioProcessorParameterWithIDAttributes::withMeta |
( |
bool | x | ) |
const |
|
inline |
- See also
- AudioProcessorParameter::isMetaParameter()
◆ automatable
| bool juce::AudioProcessorParameterWithIDAttributes::automatable = true |
|
private |
◆ category
◆ inverted
| bool juce::AudioProcessorParameterWithIDAttributes::inverted = false |
|
private |
◆ label
| String juce::AudioProcessorParameterWithIDAttributes::label |
|
private |
◆ meta
| bool juce::AudioProcessorParameterWithIDAttributes::meta = false |
|
private |
The documentation for this class was generated from the following file: