[PD] Patch that creates messages with multiple elements?

Jonathan Wilkes jancsika at yahoo.com
Mon Jan 28 06:14:00 CET 2013


>________________________________
> From: Sebastian Valenzuela <svalenzuelamusic at gmail.com>
>To: Pure Data Forum <pd-list at iem.at> 
>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 at iem.at mailing list
>UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>
>
>



More information about the Pd-list mailing list