|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter. More...
#include "juce_AudioProcessorParameterWithID.h"
Public Types | |
| using | Category = AudioProcessorParameter::Category |
Public Member Functions | |
| auto | withLabel (String x) const |
| An optional label for the parameter's value. | |
| auto | withCategory (Category x) const |
| The semantics of this parameter. | |
| auto | withMeta (bool x) const |
| auto | withAutomatable (bool x) const |
| auto | withInverted (bool x) const |
| auto | getLabel () const |
| An optional label for the parameter's value. | |
| auto | getCategory () const |
| The semantics of this parameter. | |
| auto | getMeta () const |
| auto | getAutomatable () const |
| auto | getInverted () const |
An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.
@tags{Audio}
Definition at line 70 of file juce_AudioProcessorParameterWithID.h.
Definition at line 75 of file juce_AudioProcessorParameterWithID.h.
| auto juce::AudioProcessorParameterWithIDAttributes::getAutomatable | ( | ) | const |
Definition at line 102 of file juce_AudioProcessorParameterWithID.h.
| auto juce::AudioProcessorParameterWithIDAttributes::getCategory | ( | ) | const |
The semantics of this parameter.
Definition at line 96 of file juce_AudioProcessorParameterWithID.h.
| auto juce::AudioProcessorParameterWithIDAttributes::getInverted | ( | ) | const |
Definition at line 105 of file juce_AudioProcessorParameterWithID.h.
| auto juce::AudioProcessorParameterWithIDAttributes::getLabel | ( | ) | const |
An optional label for the parameter's value.
Definition at line 93 of file juce_AudioProcessorParameterWithID.h.
| auto juce::AudioProcessorParameterWithIDAttributes::getMeta | ( | ) | const |
Definition at line 99 of file juce_AudioProcessorParameterWithID.h.
Definition at line 87 of file juce_AudioProcessorParameterWithID.h.
The semantics of this parameter.
Definition at line 81 of file juce_AudioProcessorParameterWithID.h.
Definition at line 90 of file juce_AudioProcessorParameterWithID.h.
An optional label for the parameter's value.
Definition at line 78 of file juce_AudioProcessorParameterWithID.h.
Definition at line 84 of file juce_AudioProcessorParameterWithID.h.