[PD] DSP loops

Derek Holzer derek at umatic.nl
Tue Jan 30 12:55:56 CET 2007


Hi Kim,

Kim Taylor wrote:

 > The only way I can think of overcoming the DSP loop problem is to use 
a delread~ and delwrite~ to complete the loop, setting the delay time to 
0 and setting the level sampling block size to 1.

Because of PD's structure, it is exactly that delay which is necessary. 
Computers are dumb animals, and need to be told to do things in certain 
orders of operation, and not everything at once ;-) Frustrating, but 
necessary. Implementing the shortest block size possible and sending 
your feedback through that is just about the only workaround, so you're 
on the right track already.

d.

-- 
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 202:
"Back up a few steps.
What else could you have done?"




More information about the Pd-list mailing list