Message.delayEvent()
-
Can someone show an example how to use the
Message.delayEvent();
function?
-
@ulrik I should explain what I'm trying to do.
I want to fade out the intensity of an LFOModulator and then set it to byPassed.
Because if I setLFOModulator1.setBypassed(true);
I will get a click, I want it to smoothly shut down
So fade out and then byPass -
Does it help if you reduce LFO intensity to zero instead?
-
@Tod-Slaughter maybe, I'll try it, thanks!