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.