JUCE
AudioProcessorValueTreeState Member List

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 noexceptAudioProcessorValueTreeState
getParameterAsValue(StringRef parameterID) constAudioProcessorValueTreeState
getParameterRange(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getRawParameterValue(StringRef parameterID) const noexceptAudioProcessorValueTreeState
JUCE_DEPRECATED(RangedAudioParameter *createAndAddParameter(const String &parameterID, const String &parameterName, 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
processorAudioProcessorValueTreeState
removeParameterListener(StringRef parameterID, Listener *listener)AudioProcessorValueTreeState
replaceState(const ValueTree &newState)AudioProcessorValueTreeState
stateAudioProcessorValueTreeState
undoManagerAudioProcessorValueTreeState
~AudioProcessorValueTreeState() overrideAudioProcessorValueTreeState