On Tue, 2019-01-29 at 13:55 +0100, Fede Camara Halac wrote:
Thanks Christof and Claude for your replies.
My question need some clarification, namely that I am not using any object calling clocks (delay, metro, pipe, etc) or dsp objects. I am only interested in 0-time ordering, for example:
[loadbang]
[t b b b ] I I I I I (load many large arrays/soundfiles)
(analize arrrays/sounds and write them to disk)
[; pd quit(
That should work as (I believe) you expect it. It loads files, analyzes them, writes results to disk and quits Pd. Pd _is_ deterministic, as Claude already pointed out.
BTW: I guess the common convention is that ASCII art works for monospaced fonts.
Roman