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
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
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
getTimerInterval() const noexceptTimerprivate
isTimerRunning() const noexceptTimerprivate
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
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stateAudioProcessorValueTreeState
stopTimer() noexceptTimerprivate
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
undoManagerAudioProcessorValueTreeState
valueTreeChildOrderChanged(ValueTree &parentTreeWhoseChildrenHaveMoved, int oldIndex, int newIndex)ValueTree::Listenerprivatevirtual
valueTreeChildRemoved(ValueTree &parentTree, ValueTree &childWhichHasBeenRemoved, int indexFromWhichChildWasRemoved)ValueTree::Listenerprivatevirtual
valueTreeParentChanged(ValueTree &treeWhoseParentHasChanged)ValueTree::Listenerprivatevirtual
~AudioProcessorValueTreeState() overrideAudioProcessorValueTreeState
~Listener()=defaultValueTree::Listenerprivatevirtual
~Timer()Timerprivatevirtual