[PD] changing delay length without clicks ??

julien.breval at tremplin-utc.net julien.breval at tremplin-utc.net
Mon Apr 5 11:55:56 CEST 2004


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) 





More information about the Pd-list mailing list