From a554d0e95e01fd22f832bf0ca0853bf07ea1b0a1 Mon Sep 17 00:00:00 2001 From: tpoole Date: Thu, 12 Jan 2017 14:14:19 +0000 Subject: [PATCH] Added to the AudioProcessorValueTreeState documentation --- .../utilities/juce_AudioProcessorValueTreeState.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h index b824684967..d6ec1d3034 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h @@ -122,6 +122,8 @@ public: AudioProcessor& processor; /** The state of the whole processor. + + This must be initialised after all calls to createAndAddParameter(). You can replace this with your own ValueTree object, and can add properties and children to the tree. This class will automatically add children for each of the parameter objects that are created by createParameter().