From c3c6189dd87114f6cc6e76e22860d4b2044c5a91 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Apr 2006 14:53:42 +0000 Subject: lots of formatting and minor tweaks svn path=/trunk/; revision=4907 --- doc/tutorials/intro/14.depth_first.pd | 46 ++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'doc/tutorials/intro/14.depth_first.pd') diff --git a/doc/tutorials/intro/14.depth_first.pd b/doc/tutorials/intro/14.depth_first.pd index 14bb4062..c42bbd68 100644 --- a/doc/tutorials/intro/14.depth_first.pd +++ b/doc/tutorials/intro/14.depth_first.pd @@ -1,31 +1,33 @@ -#N canvas 21 40 627 443 12; -#X obj -43 8 cnv 15 400 40 empty empty depth_first 20 12 0 24 -228992 +#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 258 249 trigger bang bang; -#X msg 208 358 add2 \$1; -#X msg 207 397 1 2 3 4; -#X msg 77 254 set; -#X text 11 254 reset:; -#X msg 257 215 4; -#X msg 258 282 3; -#X msg 423 280 2; -#X msg 423 315 1; -#X text 8 398 see result here -->; -#X obj 258 184 bng 25 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 +#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 -39 66 Pd processes messages in "depth first". This means the +#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 connect 1 0 7 0; -#X connect 1 1 8 0; -#X connect 2 0 3 0; -#X connect 4 0 3 0; -#X connect 6 0 1 0; +#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 9 0; #X connect 8 0 2 0; -#X connect 9 0 2 0; -#X connect 11 0 6 0; +#X connect 10 0 5 0; -- cgit v1.2.1