diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessor.h b/modules/juce_audio_processors/processors/juce_AudioProcessor.h index f36e355362..04a11a9232 100644 --- a/modules/juce_audio_processors/processors/juce_AudioProcessor.h +++ b/modules/juce_audio_processors/processors/juce_AudioProcessor.h @@ -1011,7 +1011,7 @@ public: /** Returns the group of parameters managed by this AudioProcessor. */ const AudioProcessorParameterGroup& getParameterTree() const; - /** Returns the group of parameters managed by this AudioProcessor. */ + /** Sets the group of parameters managed by this AudioProcessor. */ void setParameterTree (AudioProcessorParameterGroup&& newTree); /** A processor should implement this method so that the host can ask it to