aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/12.right_to_left_order.pd
blob: b746cbdc43601866e914576c902be435331bc832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#N canvas 406 232 624 424 12;
#X obj 165 177 bng 25 250 50 0 empty empty empty -2 -8 1 10 -24198
-1 -1;
#X obj 165 217 trigger bang bang bang;
#X msg 381 256 1;
#X msg 273 256 2;
#X msg 165 256 3;
#X obj 273 332 print ORDER;
#X obj 8 10 cnv 15 400 40 empty empty right_to_left_order 20 12 0 24
-228992 -66577 0;
#X text 212 180 <-- click here \,;
#X text 10 65 In Pd \, you read a patch from right to left \, from
top to bottom. Objects also output from right to left;
#X text 89 361 then check the Pd window to see the order.;
#X obj 43 386 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3.3
;
#X text 10 110 The [trigger] object is used to enforce execution order.
If you need things to run in a certain sequence \, then you use a [trigger].
;
#X connect 0 0 1 0;
#X connect 1 0 4 0;
#X connect 1 1 3 0;
#X connect 1 2 2 0;
#X connect 2 0 5 0;
#X connect 3 0 5 0;
#X connect 4 0 5 0;