Browse Source

Added to the AudioProcessorValueTreeState documentation

tags/2021-05-28
tpoole 9 years ago
parent
commit
a554d0e95e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h

+ 2
- 0
modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h 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().


Loading…
Cancel
Save