diff options
Diffstat (limited to 'doc/tutorials/intro/audio_execution_order.pd')
-rw-r--r-- | doc/tutorials/intro/audio_execution_order.pd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorials/intro/audio_execution_order.pd b/doc/tutorials/intro/audio_execution_order.pd new file mode 100644 index 00000000..de421b11 --- /dev/null +++ b/doc/tutorials/intro/audio_execution_order.pd @@ -0,0 +1,16 @@ +#N canvas 0 22 458 308 10; +#X text 150 11 execution order; +#X obj 77 78 trigger b f a; +#X text 58 140 audio is simultaneous; +#X obj 69 186 osc~ 500; +#X obj 91 229 *~; +#X obj 78 255 dac~; +#X obj 108 208 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X text 63 33 execution order is "undefined".; +#X text 41 54 If you need to specify execution order \, using [trigger]: +; +#X connect 3 0 4 0; +#X connect 4 0 5 1; +#X connect 4 0 5 0; +#X connect 6 0 4 1; |