ValueTree examples or tutorial?

For as much as everyone seems to love ValueTrees, there seems to be a dearth of help available.

The ValueTree tutorial has been “coming soon” for quite a while. https://www.juce.com/doc/tutorial_value_tree

The ValueTree::Iterator documentation seems to be incredibly empty and incomplete.

While I’ve got an AudioProcessorValueTreeState working for my parameters and gui attachments, I’m guessing that ValueTrees would be a great container for my preset list, but it’s a little daunting without some examples.

Any help would be awesome.

If you prefer learning about it with examples at hand, the Projucer makes use of it extensively, and the JuceDemo app has a pretty dang good ValueTreesDemo to help get started.

also search this forum…PLENTY of posts about it