Clear Connections from AudioProcessorGraph? removeConnection not working as expected

If you step through… In AudioProcessorGraph::removeConnection() is isPrepared true?

If not I have a suggested addition to AudioProcessorGraph which adds a public method:

void refreshGraph() { triggerAsyncUpdate(); }

You can then simply call refreshGraph() after removing your connections.

Rail