aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/15.depth_first.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:17:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:17:13 +0000
commit592c2d0ec1530d5a06d16b8d96fd5ca694d7864c (patch)
tree5bcbb8845292f74e0accc1cc00d70f341f2c84dc /doc/tutorials/intro/15.depth_first.pd
parent7d3731fb32ee97e4fb30a853e6aa9cbcf135e83c (diff)
inserted a patch on how to build messages using add, add2, and set since its used in later examples
svn path=/trunk/; revision=4934
Diffstat (limited to 'doc/tutorials/intro/15.depth_first.pd')
-rw-r--r--doc/tutorials/intro/15.depth_first.pd33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/tutorials/intro/15.depth_first.pd b/doc/tutorials/intro/15.depth_first.pd
deleted file mode 100644
index c42bbd68..00000000
--- a/doc/tutorials/intro/15.depth_first.pd
+++ /dev/null
@@ -1,33 +0,0 @@
-#N canvas 10 40 632 472 12;
-#X obj 10 10 cnv 15 400 40 empty empty depth_first 20 12 0 24 -228992
--66577 0;
-#X obj 265 229 trigger bang bang;
-#X msg 215 338 add2 \$1;
-#X msg 84 234 set;
-#X text 18 234 reset:;
-#X msg 264 195 4;
-#X msg 265 262 3;
-#X msg 430 260 2;
-#X msg 430 295 1;
-#X text 15 378 see result here -->;
-#X obj 265 164 bng 25 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
--1;
-#X text 12 66 Pd processes messages in "depth first". This means the
-bottom-most message in a chain runs first. Everything below a spot
-in a chain is run before. As you'll see from the example below \, the
-[4( message actually runs last \, since everything below it executed
-before it.;
-#X obj 33 430 pddp/pddplink http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s3.2
-;
-#X msg 214 377;
-#X connect 1 0 6 0;
-#X connect 1 1 7 0;
-#X connect 2 0 13 0;
-#X connect 3 0 13 0;
-#X connect 5 0 1 0;
-#X connect 5 0 2 0;
-#X connect 6 0 2 0;
-#X connect 7 0 8 0;
-#X connect 7 0 2 0;
-#X connect 8 0 2 0;
-#X connect 10 0 5 0;