Hello .
I'm developing a multi-effects patch with only two knobs and two switches for control. I'm using select and spigot to navigate and tweak through the different parameters
I'm seeking guidance on how to ensure that parameter values are updated only when the knobs are adjusted.
Whenever I switch effects, the values/numbers from the previous effect transition to the new one, causing unintended fluctuations. I've attempted to work with float and change objects, but I've encountered repetitive operations that haven't effectively addressed the problem.
Thank you