@Christoph-Hart said in Roadmap to HISE 5:
There were a few rather intrusive changes I had to make especially in the modulation system so if you have a project that uses a complex modulation system, please let me know if anything broke there. Especially the bridge between modulators and scriptnode is completely rewritten and there are definitively a few breaking changes that require you to tweak your nodes to adjust to the new system, but I tried to be as backwards compatible as possible and as far as I'm aware there is nothing substantive being removed.
Other than needing to manually disable IPP in Projucer before compiling DSP networks, the two projects I tried seemed to be okay as far as modulation goes. The first, a complete basket case that crashes if you look at it funny, was the biggest surprise. This uses a pretty elaborate system of global cables & event modulators, with most sources existing in a global modulation container, here the incoming mod signals are available concurrently. The other, simpler project relies solely on global_cables, again all source in a global container. Here, a branch container selects the incoming signal.