Hi again all<br>I&#39;m having a bit of trouble putting my program together. I&#39;m trying to implement a series of object blocks that form the synthesis framework, up until now everything&#39;s been ok.<br>My problem is that on the top level of the program, I&#39;m trying to connect the blocks together, but the configurations I desire involve feedback and result in &quot;error: DSP loop detected (some tilde objects not scheduled)&quot;
<br>I know send~ and receive~ can be used to overcome this, also throw~ and catch~ if I&#39;m not mistaken. However I can&#39;t use these as they result in a fixed length time-delay. Normally this wouldn&#39;t matter so much, however as my synthesis technique relies almost fundamentally on very small delays (I&#39;m implementing digital waveguide synthesis) this fixed delay time makes a huge difference.
<br><br>I&#39;m not terribly experienced with Pd, has anyone been in a similar situation and care to share some experience? 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. However this seems a very roundabout way of doing it and not ideal, especially for the top level of the program!
<br><br>Cheers<br>Kim<br>