mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Minor documentation fix
This commit is contained in:
parent
19cf680f54
commit
0b874fa60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue