#include <juce_AudioProcessorValueTreeState.h>
◆ Category
◆ StringFromValue
◆ This
◆ ValueFromString
◆ getAudioParameterFloatAttributes()
| JUCE_NODISCARD const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getAudioParameterFloatAttributes |
( |
| ) |
const |
|
inline |
◆ getBoolean()
| JUCE_NODISCARD const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getBoolean |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter only has two valid states.
◆ getDiscrete()
| JUCE_NODISCARD const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getDiscrete |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter has discrete steps, or 'false' if the parameter is continuous.
◆ withAutomatable()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withAutomatable |
( |
bool | x | ) |
const |
|
inline |
- See also
- RangedAudioParameterAttributes::withAutomatable()
◆ withBoolean()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withBoolean |
( |
bool | x | ) |
const |
|
inline |
Pass 'true' if this parameter only has two valid states.
Using an AudioParameterBool might be a better choice than setting this flag.
◆ withCategory()
- See also
- RangedAudioParameterAttributes::withCategory()
◆ withDiscrete()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withDiscrete |
( |
bool | x | ) |
const |
|
inline |
Pass 'true' if this parameter has discrete steps, or 'false' if the parameter is continuous.
Using an AudioParameterChoice or AudioParameterInt might be a better choice than setting this flag.
◆ withInverted()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withInverted |
( |
bool | x | ) |
const |
|
inline |
- See also
- RangedAudioParameterAttributes::withInverted()
◆ withLabel()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withLabel |
( |
String | x | ) |
const |
|
inline |
- See also
- RangedAudioParameterAttributes::withLabel()
◆ withMeta()
| JUCE_NODISCARD auto juce::AudioProcessorValueTreeStateParameterAttributes::withMeta |
( |
bool | x | ) |
const |
|
inline |
- See also
- RangedAudioParameterAttributes::withMeta()
◆ withStringFromValueFunction()
- See also
- RangedAudioParameterAttributes::withStringFromValueFunction()
◆ withValueFromStringFunction()
- See also
- RangedAudioParameterAttributes::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: