1
0
Fork 0
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:
tpoole 2017-01-12 14:14:19 +00:00
parent ba512e96fd
commit a554d0e95e

View file

@ -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().