Custom nested modulators
-
Hey guys, I'm playing around in the base code. My background is in Juce and I have a lot of existing modules ui features that I'm slowly integrating which is going well.
I'm trying to implement a custom modulator class that has nested modulators inside it that connect to the global cable. Reason being I want to have a number of modulation streams outputting from one place so I can encapsulate a few things and use them in multiple projects.
I'm beginning to figure out the globe cable system but struggling a little to wrap my head around where the modulator classes are hooked up when placed in a global container. Could you point me to some of the classes/helpers where this is done? Alternatively, is there a more direct way to hook up multiple global modulation streams in the back end?