Advanced properties of an AudioProcessorValueTreeState::Parameter.
More...
#include <juce_AudioProcessorValueTreeState.h>
Advanced properties of an AudioProcessorValueTreeState::Parameter.
The members here have the same meaning as the similarly-named member functions of AudioParameterFloatAttributes.
- See also
- AudioParameterFloatAttributes, RangedAudioParameterAttributes
@tags{Audio}
◆ Category
◆ StringFromValue
◆ This
◆ ValueFromString
◆ getAudioParameterFloatAttributes()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getAudioParameterFloatAttributes |
( |
| ) |
const |
|
inline |
◆ getBoolean()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getBoolean |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter only has two valid states.
References boolean.
◆ getDiscrete()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getDiscrete |
( |
| ) |
const |
|
inline |
- Returns
- 'true' if this parameter has discrete steps, or 'false' if the parameter is continuous.
References discrete.
◆ withAutomatable()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withAutomatable |
( |
bool |
x | ) |
const |
|
inline |
◆ withBoolean()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withBoolean |
( |
bool |
x | ) |
const |
|
inline |
◆ withCategory()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withCategory |
( |
Category |
x | ) |
const |
|
inline |
◆ withDiscrete()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withDiscrete |
( |
bool |
x | ) |
const |
|
inline |
◆ withInverted()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withInverted |
( |
bool |
x | ) |
const |
|
inline |
◆ withLabel()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withLabel |
( |
String |
x | ) |
const |
|
inline |
◆ withMeta()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withMeta |
( |
bool |
x | ) |
const |
|
inline |
◆ withStringFromValueFunction()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withStringFromValueFunction |
( |
StringFromValue |
x | ) |
const |
|
inline |
◆ withValueFromStringFunction()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withValueFromStringFunction |
( |
ValueFromString |
x | ) |
const |
|
inline |
◆ 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: