|
JUCE
|
This is the complete list of members for AudioProcessorValueTreeState, including all inherited members.
| addParameterListener(StringRef parameterID, Listener *listener) | AudioProcessorValueTreeState | |
| AudioProcessorValueTreeState(AudioProcessor &processorToConnectTo, UndoManager *undoManagerToUse, const Identifier &valueTreeType, ParameterLayout parameterLayout) | AudioProcessorValueTreeState | |
| AudioProcessorValueTreeState(AudioProcessor &processorToConnectTo, UndoManager *undoManagerToUse) | AudioProcessorValueTreeState | |
| copyState() | AudioProcessorValueTreeState | |
| createAndAddParameter(std::unique_ptr< RangedAudioParameter > parameter) | AudioProcessorValueTreeState | |
| getParameter(StringRef parameterID) const noexcept | AudioProcessorValueTreeState | |
| getParameterAsValue(StringRef parameterID) const | AudioProcessorValueTreeState | |
| getParameterRange(StringRef parameterID) const noexcept | AudioProcessorValueTreeState | |
| getRawParameterValue(StringRef parameterID) const noexcept | AudioProcessorValueTreeState | |
| JUCE_DEPRECATED(RangedAudioParameter *createAndAddParameter(const String ¶meterID, const String ¶meterName, const String &labelText, NormalisableRange< float > valueRange, float defaultValue, std::function< String(float)> valueToTextFunction, std::function< float(const String &)> textToValueFunction, bool isMetaParameter=false, bool isAutomatableParameter=true, bool isDiscrete=false, AudioProcessorParameter::Category parameterCategory=AudioProcessorParameter::genericParameter, bool isBoolean=false)) | AudioProcessorValueTreeState | |
| processor | AudioProcessorValueTreeState | |
| removeParameterListener(StringRef parameterID, Listener *listener) | AudioProcessorValueTreeState | |
| replaceState(const ValueTree &newState) | AudioProcessorValueTreeState | |
| state | AudioProcessorValueTreeState | |
| undoManager | AudioProcessorValueTreeState | |
| ~AudioProcessorValueTreeState() override | AudioProcessorValueTreeState |