aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-04 19:54:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-04 19:54:28 +0000
commit34bcf4bdbeb324c7b0359a4993aa9edd4752840c (patch)
tree825a1a923060575980bd7fdef346abe142da76a2 /doc/tutorials
parentddf9845909595a56f6b70d7db900ea8beeb56f29 (diff)
fixed up language
svn path=/trunk/; revision=14851
Diffstat (limited to 'doc/tutorials')
-rw-r--r--doc/tutorials/intro/14.event_driven_processing.pd58
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/tutorials/intro/14.event_driven_processing.pd b/doc/tutorials/intro/14.event_driven_processing.pd
index 31ccdacd..be9e2214 100644
--- a/doc/tutorials/intro/14.event_driven_processing.pd
+++ b/doc/tutorials/intro/14.event_driven_processing.pd
@@ -1,11 +1,7 @@
#N canvas 10 40 620 460 12;
#X obj 10 10 cnv 15 400 40 empty empty event_driven_processing 20 12
0 24 -228992 -66577 0;
-#X text 18 65 Message processing is driven by events \, nothing happens
-if there no events. There is nothing happening in the patches below
-until you click on the messages (the bangs at the bottom illustrate
-that):;
-#X obj 113 324 tgl 20 0 empty empty empty 0 -6 0 8 -24198 -1 -1 1 1
+#X obj 113 324 tgl 20 0 empty empty empty 0 -6 0 8 -24198 -1 -1 0 1
;
#X obj 113 372 float;
#X obj 170 372 + 1;
@@ -43,30 +39,34 @@ that):;
-1;
#X obj 277 364 delay 1000;
#X msg 421 144 bang;
+#X text 18 65 Message processing is driven by events \, nothing happens
+if there are no events. There is nothing happening in the patches below
+until you click on the messages (the bang buttons at the bottom of
+each patch illustrates this):;
#X text 18 265 Pd is always ready to process messages \, you don't
-need to tell it to run. You can keep things moving by sending a stream
-of events:;
-#X connect 2 0 7 0;
-#X connect 3 0 4 0;
-#X connect 3 0 5 0;
-#X connect 4 0 3 1;
-#X connect 5 0 6 0;
-#X connect 7 0 3 0;
+need to tell it to run. You can keep events happening by sending a
+stream of messages:;
+#X connect 1 0 6 0;
+#X connect 2 0 3 0;
+#X connect 2 0 4 0;
+#X connect 3 0 2 1;
+#X connect 4 0 5 0;
+#X connect 6 0 2 0;
+#X connect 7 0 8 0;
#X connect 8 0 9 0;
-#X connect 9 0 10 0;
-#X connect 9 0 11 0;
-#X connect 10 0 9 1;
-#X connect 11 0 12 0;
-#X connect 12 0 28 0;
-#X connect 16 0 17 0;
-#X connect 17 0 22 0;
-#X connect 18 0 16 0;
+#X connect 8 0 10 0;
+#X connect 9 0 8 1;
+#X connect 10 0 11 0;
+#X connect 11 0 27 0;
+#X connect 15 0 16 0;
+#X connect 16 0 21 0;
+#X connect 17 0 15 0;
+#X connect 18 0 19 0;
#X connect 19 0 20 0;
-#X connect 20 0 21 0;
-#X connect 21 0 23 0;
-#X connect 24 0 25 0;
-#X connect 24 0 26 0;
-#X connect 25 0 24 1;
-#X connect 26 0 27 0;
-#X connect 28 0 9 0;
-#X connect 29 0 24 0;
+#X connect 20 0 22 0;
+#X connect 23 0 24 0;
+#X connect 23 0 25 0;
+#X connect 24 0 23 1;
+#X connect 25 0 26 0;
+#X connect 27 0 8 0;
+#X connect 28 0 23 0;