how to create one list out of many numbers received?
Hello,
I am trying to make a list out of the numbers outputted from the left outlet of function but can't find the object to do it. Can someone point me in the right direction? Much appreciated.
On 11 juin 08, at 15:07, Jay Bodley wrote:
>
> Hello,
>
> I am trying to make a list out of the numbers outputted from the
> left outlet of function but can't find the object to do it. Can
> someone point me in the right direction? Much appreciated.
If you know in advance how many items will go in thelist, you can use
[zl group]
If you don't, you can use [thresh]. Beware, lists have a limited size.
p
_____________________________
Patrick Delges
Centre de Recherches et de Formation Musicales de Wallonie asbl
http://www.crfmw.be/max
it depends on what u are trying to do with this list... there are different approaches to achieve this task, some of which will be be better than others.
here is a very fast way of getting xy data from function into a list format:
Here's a good way, using mxj list.Queue (gets around the smaller size limit of lists in Max Land.
Sorry, quick correction (pack had i instead of l)