hello
I am wondering if someone found an elegant solution for changing the lenght of a delayline that does not produce clicks. Lets say ther is a constant signal inside ???
(assuming that the length of the delay is limited to the size of the delay buffer)
this is what I usually do :
[numberbox] <---delay time in milliseconds | | [pack 0 20] <---20 is interpolation time, you can also try other values | | [line~] <---interpolation | | [vd~ delay_line_name] <---[vd~] is better than [delread~] for "variable delays" | (output)