Any idea on how to implement delay trails when switching to bypassed? Thank you in advance
If you want a delay to continue while “bypassed”, I’d just stop feeding it an external input while letting it do its thing, and mixing the input signal with the output from the delay (so you can hear the bypass signal)…
2 Likes
Cool, thank you so much for the idea. I’m gonna try this
when bypassed switch is pressed
mix = in[0] + outl;
in[0] // unprocessed signal
outl // processed sig