Advanced properties of an AudioProcessorValueTreeState::Parameter.
More...
#include <juce_AudioProcessorValueTreeState.h>
◆ Category
◆ StringFromValue
◆ This
◆ ValueFromString
◆ getAudioParameterFloatAttributes()
const JUCE_NODISCARD auto& juce::AudioProcessorValueTreeStateParameterAttributes::getAudioParameterFloatAttributes |
( |
| ) |
const |
|
inline |
◆ getBoolean()
const JUCE_NODISCARD auto& juce::AudioProcessorValueTreeStateParameterAttributes::getBoolean |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter only has two valid states.
References boolean.
◆ getDiscrete()
const JUCE_NODISCARD auto& juce::AudioProcessorValueTreeStateParameterAttributes::getDiscrete |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter has discrete steps, or 'false' if the parameter is continuous.
References discrete.
◆ withAutomatable()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withAutomatable |
( |
bool |
x | ) |
const |
|
inline |
◆ withBoolean()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withBoolean |
( |
bool |
x | ) |
const |
|
inline |
◆ withCategory()
◆ withDiscrete()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withDiscrete |
( |
bool |
x | ) |
const |
|
inline |
◆ withInverted()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withInverted |
( |
bool |
x | ) |
const |
|
inline |
◆ withLabel()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withLabel |
( |
String |
x | ) |
const |
|
inline |
◆ withMeta()
JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withMeta |
( |
bool |
x | ) |
const |
|
inline |
◆ withStringFromValueFunction()
◆ withValueFromStringFunction()
◆ attributes
◆ boolean
bool juce::AudioProcessorValueTreeStateParameterAttributes::boolean = false |
|
private |
◆ discrete
bool juce::AudioProcessorValueTreeStateParameterAttributes::discrete = false |
|
private |
The documentation for this class was generated from the following file: