hi,
say you would like to put in a top-left corner of a subpatch window w an array t in a graph g, having the same values for size, number of elements, etc, as if created from the menu. Try then something like
; pd-w graph g 0 -1 99 1 0 0 200 140; pd-g array t 100 float 1
The syntax is: pd-<graphname> array <arrayname> <nelements> <type> <saveflag>
Krzysztof
Søren Bovbjerg wrote: ...
I have to use a bunch (actually a whole lot) of arrays. Instead of manually making an 'array nest' I would like to autocreate the arrays when I need them.