aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.right_to_left_order.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
commit54d61372a2c35f43df7ac398da1a5d7bd37da857 (patch)
treecb49a92d817603f0f26f290a9cbcc613ae7dbbf3 /doc/tutorials/intro/0.right_to_left_order.pd
parentfbc1e03da8fa727349833e4ebb475dc2b7e06ade (diff)
got the start of a good intro tutorial, but its lacking some good, simple exercises
svn path=/trunk/; revision=4897
Diffstat (limited to 'doc/tutorials/intro/0.right_to_left_order.pd')
-rw-r--r--doc/tutorials/intro/0.right_to_left_order.pd24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/tutorials/intro/0.right_to_left_order.pd b/doc/tutorials/intro/0.right_to_left_order.pd
deleted file mode 100644
index cb990c62..00000000
--- a/doc/tutorials/intro/0.right_to_left_order.pd
+++ /dev/null
@@ -1,24 +0,0 @@
-#N canvas 406 232 616 416 12;
-#X text 10 110 The [trigger] object is used to enforce execution order.
-If you need things to run in a certain order \, then you use a [trigger].
-;
-#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 380 then check the Pd window to see the order.;
-#X connect 1 0 2 0;
-#X connect 2 0 5 0;
-#X connect 2 1 4 0;
-#X connect 2 2 3 0;
-#X connect 3 0 6 0;
-#X connect 4 0 6 0;
-#X connect 5 0 6 0;