Re: [PD] Patch that creates messages with multiple elements?

2013-01-27 Thread Jonathan Wilkes
>
> From: Sebastian Valenzuela 
>To: Pure Data Forum  
>Sent: Sunday, January 27, 2013 11:55 PM
>Subject: [PD] Patch that creates messages with multiple elements?
> 
>
>Hi,
>
>
>How would I go about building something that takes a number, and creates a 
>message with THAT many consecutive numbers in it, starting with "1"?
>
>
>For example: When I receive the number "7", my machine creates a message that 
>looks like [1 2 3 4 5 6 7(... or when I get "3" it creates [1 2 3(
>
>
>I would appreciate any thoughts on this.


[4(
|
[until]
|
[f 1]x[+ 1]

|
[add2 $1(
|
[( <--- empty message box

Of course you need to add something if you want it to start
from zero each time.


-Jonathan


>
>
>Thank you,
>Sebastian
>___
>Pd-list@iem.at mailing list
>UNSUBSCRIBE and account-management -> 
>http://lists.puredata.info/listinfo/pd-list
>
>
>

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Patch that creates messages with multiple elements?

2013-01-27 Thread Sebastian Valenzuela
Hi,

How would I go about building something that takes a number, and creates a
message with THAT many consecutive numbers in it, starting with "1"?

For example: When I receive the number "7", my machine creates a message
that looks like [1 2 3 4 5 6 7(... or when I get "3" it creates [1 2 3(

I would appreciate any thoughts on this.

Thank you,
Sebastian
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list