>________________________________ > From: Sebastian Valenzuela <[email protected]> >To: Pure Data Forum <[email protected]> >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 >_______________________________________________ >[email protected] mailing list >UNSUBSCRIBE and account-management -> >http://lists.puredata.info/listinfo/pd-list > > > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
