Tap delay clicking (using cycle)
So this may be a long shot, but im working a patch that has a tap delay, and the delay time is modulated by a oscillating cycle from 1 to 100ms and back, repeatedly. There is a lot of clicking that results that I was hoping to get rid of some how. I'm not sure if its just the nature of this patch, but i would greatly appreciate any ideas. Let me know if you have any questions.
To hear what I mean, load an audio file into the buffer and click the 1 and big toggle button. You can change the rate of the cycle on the top right
Max Patch
Copy patch and select New From Clipboard in Max.
the usual problem; you are converting signal to data rate and back to modulate tapout~ from cycle~
this does not only cause sonical and timing issues, it is simply not required to do all of that.

Great, thank you very much!