Re: [PD] Multi dimensional [list]

2007-01-02 Thread Mathieu Bouchard
On Mon, 1 Jan 2007, Patco wrote: I've done something like that for storing parameters in arrays, but like matthieux bouchard said for matrixes, the length of the 'listed list' is fixed. the main thing missing in my nested list plan is a name for the atomt type. it can't really be A_LIST

Re: [PD] Multi dimensional [list]

2007-01-02 Thread Patco
Mathieu Bouchard a écrit : I'm thinking of plist meaning pointer-to-list, or listp as list pointer, because that'll be what it is. if you put this in a messagebox: {1 2 3} it would be equivalent to writing it with that selector, e.g.: listp {1 2 3} and because that's an atomtype and

Re: [PD] Multi dimensional [list]

2006-12-31 Thread Patco
A two-dimensional array data-type out of a list of floats with delimiter items to go with something like 2dtabread and 2dtabwrite abstractions. - Has anyone done that already? I've done something like that for storing parameters in arrays, but like matthieux bouchard said for matrixes, the

Re: [PD] Multi dimensional [list]

2006-12-31 Thread Patco
Patco a écrit : but like matthieux bouchard said for matrixes, the length of the 'listed list' is fixed. oops, it's Mathieu, not matthieux...:-D PC. ___ Découvrez une nouvelle façon

Re: [PD] Multi dimensional [list]

2006-12-30 Thread Steffen
On 25/12/2006, at 16.02, Frank Barknecht wrote: If you want a list of lists data structure in Pd, you can do it with Pd's data structures however. list of lists is the same as two-dimensional arrays except the lists (in the list) can consist of something non-float too. That sounds nice

Re: [PD] Multi dimensional [list]

2006-12-30 Thread Frank Barknecht
Hallo, Steffen hat gesagt: // Steffen wrote: On 25/12/2006, at 16.02, Frank Barknecht wrote: If you want a list of lists data structure in Pd, you can do it with Pd's data structures however. list of lists is the same as two-dimensional arrays except the lists (in the list) can

Re: [PD] Multi dimensional [list]

2006-12-30 Thread Frank Barknecht
Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote: On Sat, 30 Dec 2006, Frank Barknecht wrote: Steffen hat gesagt: // Steffen wrote: That sounds nice since it will provide and easier solution to what I'm having a hard time building: A two-dimensional array data-type out of a list

Re: [PD] Multi dimensional [list]

2006-12-25 Thread Frank Barknecht
Hallo, Jiri Heitlager hat gesagt: // Jiri Heitlager wrote: Is it possible to create a [list] where each item is a [list]? Not without tricks. See the list fifo thread from last week or so for one such trick. If you want a list of lists data structure in Pd, you can do it with Pd's data