JUCE  v5.1.1-3-g1a0b28c73
JUCE API
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)AudioProcessorValueTreeState
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
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)AudioProcessorValueTreeState
getOrCreateChildValueTree(const String &)AudioProcessorValueTreeStateprivate
getParameter(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getParameterAsValue(StringRef parameterID) constAudioProcessorValueTreeState
getParameterRange(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getRawParameterValue(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getTimerInterval() const noexceptTimerinlineprivate
idPropertyIDAudioProcessorValueTreeStateprivate
isTimerRunning() const noexceptTimerinlineprivate
ParameterAudioProcessorValueTreeStatefriend
processorAudioProcessorValueTreeState
removeParameterListener(StringRef parameterID, Listener *listener)AudioProcessorValueTreeState
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stateAudioProcessorValueTreeState
stopTimer() noexceptTimerprivate
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
timerCallback() overrideAudioProcessorValueTreeStateprivatevirtual
undoManagerAudioProcessorValueTreeState
updateParameterConnectionsToChildTrees()AudioProcessorValueTreeStateprivate
updatingConnectionsAudioProcessorValueTreeStateprivate
valuePropertyIDAudioProcessorValueTreeStateprivate
valueTreeChildAdded(ValueTree &, ValueTree &) overrideAudioProcessorValueTreeStateprivatevirtual
valueTreeChildOrderChanged(ValueTree &, int, int) overrideAudioProcessorValueTreeStateprivatevirtual
valueTreeChildRemoved(ValueTree &, ValueTree &, int) overrideAudioProcessorValueTreeStateprivatevirtual
valueTreeParentChanged(ValueTree &) overrideAudioProcessorValueTreeStateprivatevirtual
valueTreePropertyChanged(ValueTree &, const Identifier &) overrideAudioProcessorValueTreeStateprivatevirtual
valueTreeRedirected(ValueTree &) overrideAudioProcessorValueTreeStateprivatevirtual
valueTypeAudioProcessorValueTreeStateprivate
~AudioProcessorValueTreeState()AudioProcessorValueTreeState
~Listener()ValueTree::Listenerinlineprivatevirtual
~Timer()Timerprivatevirtual