<div dir="ltr"><br>mike clemow;<br><br>&gt;I wanted to write a class that would abstract arrays like the<br>
Collection class in SuperCollider. &nbsp;I guess I can&#39;t. &nbsp;I would have to<br>
write a class for each type of object that I wanted to make<br>
Collections of.<br><br>I think you are right.<br><br>I&#39;d like a way to address arrays because there are many things one might like to do to arrays that don&#39;t depend on the type; removing a object, inserting one, randomising or reversing the order of the locations, etc, and right now you can&#39;t.<br>
<br>The same goes for Ugens, it might be nice to be able to reason about those in a more abstract way, for example to re-connect them yet I don&#39;t think you can write a function that takes something of type &quot;Ugen&quot; as a argument or returns one.<br>
<br>Yours,<br>Kas.<br></div>