Decouple LFO's ignoreNoteOn for resetPhase and resetFade?
-
Any interest in decoupling the
resetPhaseandresetFadefunctions for the LFO'signoreNoteOnboolean?I'm using
ignoreNoteOnin my UI to mean "LFO Retrigger" but with retrigger off, the LFO Fade knob no longer has any effect.Looked into the code and I see they're both ignored when
ignoreNoteOnistrue- which is fair enough of course, the param name is literally Ignore Note On.But it feels weird to me that we can't have "don't retrigger the LFO on note one" at the same time as "do respect the Fade time".
The code change wouldn't be huge but the backwards compatibility situation might be bad.
Or could we add two extra params, like
resetPhaseOnNoteOnandresetFadeOnNoteOn, where the existingignoreNoteOnoverrides them both. Would that keep back-compat alive?