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)AudioProcessorValueTreeState
callPendingTimersSynchronously()Timerprivatestatic
createAndAddParameter(String parameterID, String parameterName, String labelText, NormalisableRange< float > valueRange, float defaultValue, std::function< String(float)> valueToTextFunction, std::function< float(const String &)> textToValueFunction)AudioProcessorValueTreeState
getParameter(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getParameterAsValue(StringRef parameterID) const AudioProcessorValueTreeState
getParameterRange(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getRawParameterValue(StringRef parameterID) const noexceptAudioProcessorValueTreeState
getTimerInterval() const noexceptTimerprivate
isTimerRunning() const noexceptTimerprivate
processorAudioProcessorValueTreeState
removeParameterListener(StringRef parameterID, Listener *listener)AudioProcessorValueTreeState
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stateAudioProcessorValueTreeState
stopTimer() noexceptTimerprivate
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
undoManagerAudioProcessorValueTreeState
~AudioProcessorValueTreeState()AudioProcessorValueTreeState
~Listener()ValueTree::Listenerprivatevirtual
~Timer()Timerprivatevirtual