Martin Dupras wrote:
I was wondering, is there a way to have something like an array of lists, or are there plans to have some such thing in the future? That would really rock.
this is surely a question for the list rather than me, so i'll send it there too
i am not sure, but i think miller's data-structures point towards that direction.
mfg.asd.r IOhannes
With the Pd data structures, you can have something like a list of
arrays, but I don't think you could do an array of lists.
.hc
On Nov 17, 2004, at 2:06 PM, IOhannes m zmoelnig wrote:
Martin Dupras wrote:
I was wondering, is there a way to have something like an array of lists, or are there plans to have some such thing in the future? That would really rock.
this is surely a question for the list rather than me, so i'll send it
there tooi am not sure, but i think miller's data-structures point towards that
direction.mfg.asd.r IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
I was wondering, is there a way to have something like an array of lists, or are there plans to have some such thing in the future? That would really rock.
you could use PDContainers: there is the object h_vector, it's like an array, but there you can store lists, symbols and floats. There are also other data-structures ... download it at http://puredata.org/Members/holzi or from the CVS
LG Georg