JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessorValueTreeState Member List

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

adapterTablejuce::AudioProcessorValueTreeStateprivate
addParameterAdapter(RangedAudioParameter &)juce::AudioProcessorValueTreeStateprivate
addParameterListener(StringRef parameterID, Listener *listener)juce::AudioProcessorValueTreeState
AudioProcessorValueTreeState(AudioProcessor &processorToConnectTo, UndoManager *undoManagerToUse, const Identifier &valueTreeType, ParameterLayout parameterLayout)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, bool isBoolean=false)juce::AudioProcessorValueTreeState
createAndAddParameter(std::unique_ptr< RangedAudioParameter > parameter)juce::AudioProcessorValueTreeState
createParameter(const String &, const String &, const String &, NormalisableRange< float >, float, std::function< String(float)>, std::function< float(const String &)>, bool, bool, bool, AudioProcessorParameter::Category, bool)juce::AudioProcessorValueTreeStateprivate
flushParameterValuesToValueTree()juce::AudioProcessorValueTreeStateprivate
getParameter(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getParameterAdapter(StringRef) constjuce::AudioProcessorValueTreeStateprivate
getParameterAsValue(StringRef parameterID) constjuce::AudioProcessorValueTreeState
getParameterRange(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getRawParameterValue(StringRef parameterID) const noexceptjuce::AudioProcessorValueTreeState
getTimerInterval() const noexceptjuce::Timerinlineprivate
idPropertyIDjuce::AudioProcessorValueTreeStateprivate
isTimerRunning() const noexceptjuce::Timerinlineprivate
processorjuce::AudioProcessorValueTreeState
removeParameterListener(StringRef parameterID, Listener *listener)juce::AudioProcessorValueTreeState
replaceState(const ValueTree &newState)juce::AudioProcessorValueTreeState
setNewState(ValueTree)juce::AudioProcessorValueTreeStateprivate
startTimer(int intervalInMilliseconds) noexceptjuce::Timerprivate
startTimerHz(int timerFrequencyHz) noexceptjuce::Timerprivate
statejuce::AudioProcessorValueTreeState
stopTimer() noexceptjuce::Timerprivate
Timer() noexceptjuce::Timerprivate
Timer(const Timer &) noexceptjuce::Timerprivate
timerCallback() overridejuce::AudioProcessorValueTreeStateprivatevirtual
undoManagerjuce::AudioProcessorValueTreeState
updateParameterConnectionsToChildTrees()juce::AudioProcessorValueTreeStateprivate
valuePropertyIDjuce::AudioProcessorValueTreeStateprivate
valueTreeChangingjuce::AudioProcessorValueTreeStateprivate
valueTreeChildAdded(ValueTree &, ValueTree &) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTreeChildOrderChanged(ValueTree &, int, int) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTreeChildRemoved(ValueTree &, ValueTree &, int) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTreeParentChanged(ValueTree &) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTreePropertyChanged(ValueTree &, const Identifier &) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTreeRedirected(ValueTree &) overridejuce::AudioProcessorValueTreeStateprivatevirtual
valueTypejuce::AudioProcessorValueTreeStateprivate
~AudioProcessorValueTreeState() overridejuce::AudioProcessorValueTreeState
~Listener()juce::ValueTree::Listenerinlineprivatevirtual
~Timer()juce::Timerprivatevirtual