<div>I&#39;m experiencing some instability with a patch that is very large.</div>
<div> </div>
<div>Basically, I have an abstraction that does some calculations between a send and receive, whose names are controlled by the creation arguments of the abstraction.</div>
<div> </div>
<div>I made a little patch to create 68x68 of these (yes, I really need that many), and correctly place them on the canvas so that they don&#39;t overlap graphically. As far as I can tell, they all created fine and I even managed to save the patch. I did use a text editor to manually increase the size of the canvas, since message based object creation will not automatically resize the canvas if something will be past the bounds of the canvas.</div>

<div> </div>
<div>I&#39;ve been getting inconsistant problems (crashing) with what I can only assume is an issue with a patch this large (4624 objects). If I understand things correctly, these abstractions do not have any DSP objects and should not be consuming large quantities of system resources if they&#39;re just hanging around, waiting to be used. I suspect the problem may mainly be linked to actually looking at the patch, which I don&#39;t need to do, but I don&#39;t feel confident using a patch that is always cheating death. If I don&#39;t look at the patch and just load it as an abstraction in another patch, it seems much more stable, but still takes a long time to create, delete, open, or close.</div>

<div> </div>
<div>Has anyone else seen this problem and am I crazy for trying to do this? In Max I probably would have tried to approach this using poly~, but I don&#39;t know any objects in pd that have similar methods of creating several instances of an abstraction. If this is simply a problem of having a very large canvas, I could compartmentalize the abstractions to solve that.</div>

<div> </div>
<div>Thanks to anyone who puts in their 2cents.</div>
<div> </div>
<div>-Stephen</div>