Hi all,<br><br>I&#39;ve been playing around with Pure Data data structures for the first time, and I&#39;ve managed to create a simple struct with two float fields and instantiate the struct in a pd subpatch.&nbsp; However, I can&#39;t figure out how to create an array field in a struct (as in making a breakpoint envelope).
<br><br>i.e.<br><br>I can create these by using the [append] object:<br><br>[struct point float x float y]<br><br><br>But I can figure out how to build these:<br><br>[ struct points array array1 point ]<br><br><br>Can someone point me in the right direction?
<br><br><br>Thanks,<br><br>-Brendan<br>