JUCE
juce::AudioProcessorValueTreeState Member List

This is the complete list of members for juce::AudioProcessorValueTreeState, including all inherited members.

addParameterListener(StringRef parameterID, Listener *listener)juce::AudioProcessorValueTreeState
AudioProcessorValueTreeState(AudioProcessor &processorToConnectTo, UndoManager *undoManagerToUse)juce::AudioProcessorValueTreeState
callAfterDelay(int milliseconds, std::function< void()> functionToCall)juce::Timerprivatestatic
callPendingTimersSynchronously()juce::Timerprivatestatic
copyState()juce::AudioProcessorValueTreeState
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 category=AudioProcessorParameter::genericParameter)juce::AudioProcessorValueTreeState
getParameter(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getParameterAsValue(StringRef parameterID) constjuce::AudioProcessorValueTreeState
getParameterRange(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getRawParameterValue(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getTimerInterval() const noexceptjuce::Timerprivate
isTimerRunning() const noexceptjuce::Timerprivate
processorjuce::AudioProcessorValueTreeState
removeParameterListener(StringRef parameterID, Listener *listener)juce::AudioProcessorValueTreeState
replaceState(const ValueTree &newState)juce::AudioProcessorValueTreeState
startTimer(int intervalInMilliseconds) noexceptjuce::Timerprivate
startTimerHz(int timerFrequencyHz) noexceptjuce::Timerprivate
statejuce::AudioProcessorValueTreeState
stopTimer() noexceptjuce::Timerprivate
Timer() noexceptjuce::Timerprivate
Timer(const Timer &) noexceptjuce::Timerprivate
undoManagerjuce::AudioProcessorValueTreeState
~AudioProcessorValueTreeState()juce::AudioProcessorValueTreeState
~Listener()juce::ValueTree::Listenerprivatevirtual
~Timer()juce::Timerprivatevirtual