[bug] Global Modulators after 15 not working
-
I'm working on a large project with multiple Global Modulators, all of which are LFOs. Currently I have 24. Up to 15, they're working fine, but from 16th onwards, they don't run. They respond to scripting so they can be controlled fine, but simply won't cycle.
This is both in HISE and on compiled plugins.
-
@Christoph-Hart any chance of fixing this? :-)
-
@tomekslesicki Ah yes there was a hardcoded limit of 16 modulators. I've raised it to 32 but if you need more you can adjust it with
HISE_NUM_MODULATORS_PER_CHAIN
. -
@Christoph-Hart perfect, thanks! Just in case - the new definition should go In the extra definitions of Projucer before building HISE or into the preferences?
-
@tomekslesicki Both