global.mod node not working in a Global Modulator on Global Modulators after 35
-
I have a rather complicated project with multiple scriptnode global modulators assigned to different parameters. Some global modulators use data from other global modulators using the global.mod node.
I just found out that if there are more than 34 global modulators, in next global modulators (so global modulator 35, 36, 37 and so on), the global.mod node will not receive modulation data, regardless of the index settings.
On global modulators up to 34, everything is working fine.
-
@Christoph-Hart could you please take a look at this?
-
@tomekslesicki The limit is actually 32 as defined in
HISE_NUM_MODULATORS_PER_CHAIN
. You can raise that and recompile HISE if you need more, but I would like to leave the default at 32.There was a minor glitch that could have prevented the usage of more than 32 modulators even when using the preprocessor, but I've commited a fix for this and I can now see and connect up to 40 modulators when I set it to 64 - I stopped there :)
-
@Christoph-Hart Epic, thank you!