ValueTree::fromXml How to initialize the plugin

Hi all,

I’m using ValueTree::fromXml to load the stored plugin parameters back into the AudioProcessorValueTree. A lot of the GUI setup in my Plugin is done using ValueTree callbacks or associated Values like e.g. “valueTreePropertyChanged(…)” or “valueTreeChildAdded(…)” Unfortunately these callbacks are not called, when I use ValueTree::fromXml.

It would be really handy if this method would have an option to set a “NotificationType” so I can get deep callbacks from all the elements in the tree.

Johannes