> If you need to make a list of "all" events, you have to do that > yourself, perhaps with [timer] and [textfile].
or have a look at [text sequence] > Gesendet: Dienstag, 29. Januar 2019 um 12:23 Uhr > Von: "Claude Heiland-Allen" <[email protected]> > An: [email protected] > Betreff: Re: [PD] batch processing and event execution > > Hi Federico, > > On 29/01/2019 10:45, Federico Camara Halac wrote: > > does Pd create a "list" of all the events that will take place before > > doing them? > > No. > > Pd has some objects that deal with logical time and scheduling events > ([delay], [metro], [qlist], [pipe]). But mostly they enqueue only 1 > future event at a time into Pd's event list, e.g. [metro] adds the next > event only when the previous event fires (which only happens when Pd's > scheduler has advanced logical time far enough, computing other message > chains and maybe dsp in between). > > If you need to make a list of "all" events, you have to do that > yourself, perhaps with [timer] and [textfile]. > > > Claude > -- > https://mathr.co.uk > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
