[PD] Output numbers consecutively, one at a time in PD

Jonathan Wilkes jancsika at yahoo.com
Mon Sep 12 21:38:38 CEST 2011


----- Original Message -----

> From: Andy Farnell <padawan12 at obiwannabe.co.uk>
> To: pd-list at iem.at
> 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 <svalenzuelamusic at gmail.com> 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.
>> 
>>  _______________________________________________
>>  Pd-list at iem.at mailing list
>>  UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> -- 
> Andy Farnell <padawan12 at obiwannabe.co.uk>
> 
> _______________________________________________
> 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