The documentation for this class was generated from the following file:
◆ withStringFromValueFunction()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withStringFromValueFunction |
( |
StringFromValue | x | ) |
const |
|
inlinenodiscard |
◆ withValueFromStringFunction()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withValueFromStringFunction |
( |
ValueFromString | x | ) |
const |
|
inlinenodiscard |
◆ withLabel()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withLabel |
( |
String | x | ) |
const |
|
inlinenodiscard |
◆ withCategory()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withCategory |
( |
Category | x | ) |
const |
|
inlinenodiscard |
◆ withMeta()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withMeta |
( |
bool | x | ) |
const |
|
inlinenodiscard |
◆ withAutomatable()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withAutomatable |
( |
bool | x | ) |
const |
|
inlinenodiscard |
◆ withInverted()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withInverted |
( |
bool | x | ) |
const |
|
inlinenodiscard |
◆ withDiscrete()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withDiscrete |
( |
bool | x | ) |
const |
|
inlinenodiscard |
◆ withBoolean()
| auto juce::AudioProcessorValueTreeStateParameterAttributes::withBoolean |
( |
bool | x | ) |
const |
|
inlinenodiscard |
◆ getAudioParameterFloatAttributes()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getAudioParameterFloatAttributes |
( |
| ) |
const |
|
inlinenodiscard |
◆ getDiscrete()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getDiscrete |
( |
| ) |
const |
|
inlinenodiscard |
- Returns
- 'true' if this parameter has discrete steps, or 'false' if the parameter is continuous.
◆ getBoolean()
| const auto & juce::AudioProcessorValueTreeStateParameterAttributes::getBoolean |
( |
| ) |
const |
|
inlinenodiscard |
- Returns
- 'true' if this parameter only has two valid states.