On Don, 2013-05-30 at 13:00 +0200, hghoyer wrote:
Hi,
VD~ und delread~ are both processing Data / delayed sound from delwrite~ what is similar and what are differences between VD~ und delread~ ?
The help files are pretty clear about it. [vd~ ] is controlled by a signal and it performs a 4-point interpolation. [delread~] is controlled by message and doesn't do any interpolation, thus its delay time is quantized to full samples. I haven't measured, but I'd expect [delread~] to use slightly less CPU cycles than [vd~]. If you need smooth delay time transitions, [vd~ ] is the way to go.
Roman