I’m preparing to update some code to use AudioProcessorValueTreeState to manage an app’s state (which may also become a plugin at some point). I’m already using a ValueTree to manage the app’s state. My app has an AudioProcessorGraph with a number of child AudioProcessors (no 3rd party plugins at this point).
Would the graph’s AudioProcessorValueTreeState also include the state of the nodes of the graph or would I need to manage those separately? My aim is to be able to save the state of graph as a preset.