Re: [PD] create list by header message

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:43 PM, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is the most elegant way of creating a list out of individual messages 12 23 34 45 meaning a list which holds four items, and which is always created at the number '12', and sent out at

Re: [PD] create list by header message

2014-01-24 Thread Peter P.
Dear IOhannes, Roman, Jonathan, thank you for your kind replies, and the examples you posted! It helped me quite a bit! best, P * IOhannes m zmölnig zmoel...@iem.at [2014-01-24 10:48]: On 01/23/2014 07:43 PM, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is

[PD] create list by header message

2014-01-23 Thread Peter P.
Hi, this might be totally simple, but I am wondering what is the most elegant way of creating a list out of individual messages 12 23 34 45 meaning a list which holds four items, and which is always created at the number '12', and sent out at the nu,ner '45', yielding: list 12 23 34 45 so

Re: [PD] create list by header message

2014-01-23 Thread Jonathan Wilkes
Do you want every list to have exactly four elements, or do you want '45' to always be the last element? Either way you have two idioms you can use to build the list: 1) [list prepend] with its output feeding back into its right inlet.  You collect this into the right inlet of another [list]

Re: [PD] create list by header message

2014-01-23 Thread Roman Haefeli
On Don, 2014-01-23 at 19:43 +0100, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is the most elegant way of creating a list out of individual messages 12 23 34 45 meaning a list which holds four items, and which is always created at the number '12', and