On 27.01.20 11:29, info@hansroels.be wrote:
I also needed a delay in samples and so I made an abstraction in Pd vanilla, delaying a signal with x number of samples; for example a one sample delay is [delaysam 1] I think this is the correct way of doing this without needing externals...
kind of.
use [delaysam samplerate~]. i'd rather go for [float $1] instead.
might well be "yes")? if not, than [vd~] is just taking more CPU-power...
change the delay after the instantiation, i would rather have it jump to the target delay immediately.
gfasdrm, IOhannes