aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/audio_execution_order.pd
blob: de421b11f8a2b1e8c702fc7300c379e117c1b331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;