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