LFO Smoothing Time Reverse Knob
-
Hi there, is it possible to control the Smoothing Time of a LFO reverse? When my knob goes up the smoothing time goes down and when it goes down the Smoothing Time goes up?
-
@treynterrio if you to it through scripting you can invert the value
-
@d-healey I tried this :
LFOMOD.setAttribute(LFOMOD.SmoothingTime, value-1);
but everything crashes then
-
@treynterrio other way around maxValue - value