Hi List !
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 ???
I guess it is somewhat more komplex than just adding a lin somewhere..Any suggestions ??
Cheers
Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/
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)