Add retrigger to step lfo

This commit is contained in:
Roland Rabien 2023-09-28 08:16:31 -07:00
commit 4dd62bf66f
7 changed files with 10 additions and 6 deletions

View file

@ -65,7 +65,7 @@ void WavetableVoice::noteStarted()
l.noteOn (proc.lfoParams[idx++].retrig->getBoolValue() ? -1 : rng.nextFloat());
modStepLFO.reset();
modStepLFO.noteOn();
modStepLFO.noteOn (proc.stepLfoParams.retrig->getBoolValue() ? -1 : rng.nextFloat());
adsr.reset();
adsr.noteOn();