OK, further to my previous questions I'm having issues using arrays
It seems to be really hit and miss which is probablly what annoys me the most
I create a struct object with an array of floats, defined as
struct test-struct-template array a float
this is in a patcher called test-struct-template
i have a data window called array-struct-test-window
Im using setsize and getsize, passing them pointers and then sending or recieving floats. If i copy/paste the example in the help file then i can get it working, but if i try to build it from scratch then i get empty pointer errors. I just cant seem to get to the bottom of it.
any help would be much appreciated, i've attached a test patch to show what im trying to do. i'm guessing its just something very simple and obvious.... at least i hope it is heh