mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added to the AudioProcessorValueTreeState documentation
This commit is contained in:
parent
ba512e96fd
commit
a554d0e95e
1 changed files with 2 additions and 0 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue