Getting a modulators value into my code
-
I have a timer callback that is moving some position on my XY pad. I'd like to modulate this position with a (Global) Modulator LFO... so essentially I'd like to call:
myGlobalModulator.getValue();
But that (currently) doesnt exist, so is there some way I can evaluate the value of a modulator directly?
-
const var LFOModulator1 = Synth.getModulator("LFO Modulator1"); Console.print(LFOModulator1.getCurrentLevel());
-
@Christoph-Hart thanks - damn it - t-shirt time again....