----- Original Message ----- > From: Andy Farnell <[email protected]> > To: [email protected] > Cc: > Sent: Monday, September 12, 2011 3:03 PM > Subject: Re: [PD] Output numbers consecutively, one at a time in PD > > > Follow the examples under the [list] object help tree > until you find an example called "list sequencer".
Or you can use [list-drip] from the list-abs. It's easier to write and more efficient for large lists: [bang( | [list append 2 5 7] | [list-drip] | [print] > > On Mon, 12 Sep 2011 13:48:44 -0500 > Sebastian Valenzuela <[email protected]> wrote: > >> Hello, >> >> I need an object that will output a sequence of numbers [that I would >> program], one at a >> time, every time i send it a bang. I need this to loop. >> >> So if my set of numbers are [2, 5, 7] it would go... >> >> "bang" - 2, "bang" - 5, "bang" - 7, > "bang" - 2... etc. >> >> Is there such an object? >> If not, what could I use to make this operation? >> >> Thank you for your help, >> Sebastian >> >> p.s. Sorry if this is a simple operation, i'm sort of new to the pd > environment. >> >> _______________________________________________ >> [email protected] mailing list >> UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > > -- > Andy Farnell <[email protected]> > > _______________________________________________ > [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
