Hi all,<br>I&#39;ve been trying to make a patch where I can create connections of subpatches on the fly. These subpatches contain abstractions (for now the same abstracion everywhere, whcih is [inlet~]  , only to check if what I wanna do is possible).<br>
                               <br>                                  [outlet~]<br> <br>I&#39;ve made it in such a way that when I do feedback with the connections (e.x. 1st subpatch to 2nd to 1st), a new instance of the abstraction is being created. But when I turn the dsp on, a get the &quot;error: DSP loop detected (some tilde objects not scheduled)&quot; message. Even putting a [f $0] inside the abstraction won&#39;t solve this. I know I can skip this with [s~] and [r~], but it seems strange to me that this happens. Any ideas?<br>
<br>Thanks<br>