Merge with Develop?

I’ve been developing with the TracktionGraph branch for quite some time now. But, recently you commented that perhaps it is time to switch to the Develop branch.

Is the TracktionGraph branch merged with Develop now?

If not, what is the schedule for the merge?

Yeah, best to just use develop now.
I’ll probably remove tracktion_graph next week.

Just to be clear;

It is now OK to set ENABLE_EXPERIMENTAL_TRACKTION_GRAPH to Disabled?

And, to remove the line edit->getTransport().getCurrentPlaybackContext()->enableExperimentalGraphProcessing(true);?

No, if you want to use the new engine you’ll still need to build with that enabled and set enableExperimentalGraphProcessing(true).

The old engine will still live along side the new one until I’m convinced it’s faster in every possible case (I was optimising for the case of 50,000 audio clips over 100 tracks last week).

Thank you. I have been liking the new engine, so I really want to stay with it at this point.