Hi, i need to delay a signal changing the delay time constantly (DeltaTime < 40 ms) without changing the pitch, and without generate clicks. How can i do? With vd~ object i didn't found a way to avoid cliks...
Thanks
Variable Time Delay
Hi, i need to delay a signal changing the delay time constantly (DeltaTime < 40 ms) without changing the pitch, and without generate clicks. How can i do? With vd~ object i didn't found a way to avoid cliks...
Thanks
If you can't change pitch and can't generate clicks, can you crossfade between two delays?
well, yes... I need to recreate Interaural Time Difference tought, so i need to be precise..
any ideas? i though it was a quite common problem...
what Acreil already said: Crossfade between two delays.
You can just use normal [delread~] objects instead of vd~ for that. It's easier, and uses much less CPU
Do you know how to crossfade? The basic idea is you ramp the volume of one signal down from 1 to zero, and ramp another up from 0 to 1.
use [line~] to create the ramps, and [*~ ] to multiply each signal by the output volume.
Oops! Looks like something went wrong!