Remove Global Modulators from Mod Matrix List
-
I'm using global modulators for a couple of effects and don't want those particular modulators to appear in the list of available modulators in the new matrix mod system. Any ideas how to achieve this?
-
@DanH You could try to use a second global modulator container for your "private" modulators, but I didn't really design the system with multiple modulator containers in mind so there might be a few glitches. Definitely put the modulator container with the private modulators second, I'm doing
getFirstModulatorContainer()->...quite a lot in the matrix modulator code. -
@Christoph-Hart will give it a try, thanks!