aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Plans Casal <pland@users.sourceforge.net>2006-04-28 13:10:40 +0000
committerDavid Plans Casal <pland@users.sourceforge.net>2006-04-28 13:10:40 +0000
commit0a35a07a669d1c5c98457b4bc4ff9bc4677955e0 (patch)
tree12d7823d2e3e06b2be554887fe1cf4ec185a052a /doc
parent5068cca60bf0048222b3d14b2e661eb45fbd9769 (diff)
fixing todo to reflect right exercise order and typo
svn path=/trunk/; revision=5019
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorials/intro/23.inlets_and_outlets.pd28
-rw-r--r--doc/tutorials/intro/TODO2
2 files changed, 15 insertions, 15 deletions
diff --git a/doc/tutorials/intro/23.inlets_and_outlets.pd b/doc/tutorials/intro/23.inlets_and_outlets.pd
index c503c356..adce1718 100644
--- a/doc/tutorials/intro/23.inlets_and_outlets.pd
+++ b/doc/tutorials/intro/23.inlets_and_outlets.pd
@@ -1,9 +1,7 @@
-#N canvas 10 40 624 464 12;
+#N canvas 606 22 628 468 12;
#X obj 10 10 cnv 15 400 40 empty empty inlets_and_outlets 20 12 0 24
-228992 -66577 0;
-#X text 14 72 When making your own objects and subpatchs \, you can
-create inlets and outlets using [inlet] and [outlet].;
-#N canvas 10 40 624 464 look 0;
+#N canvas 10 40 628 468 look 0;
#X obj 24 34 inlet;
#X obj 238 47 inlet;
#X obj 469 41 inlet;
@@ -25,7 +23,7 @@ create inlets and outlets using [inlet] and [outlet].;
-1;
#X obj 197 129 bng 20 250 50 0 empty empty empty 0 -6 0 8 -24198 -1
-1;
-#N canvas 10 40 640 480 look 0;
+#N canvas 10 40 644 484 look 0;
#X obj 20 34 inlet;
#X obj 334 33 inlet;
#X obj 528 35 inlet;
@@ -53,12 +51,14 @@ own patches. There are times when you need to make other inlets hot
#X text 402 132 take in data;
#X text 361 173 do some stuff here;
#X text 418 217 output data;
-#X connect 2 0 3 0;
-#X connect 4 0 2 0;
-#X connect 5 0 2 1;
-#X connect 6 0 2 2;
-#X connect 7 0 8 0;
-#X connect 9 0 7 0;
-#X connect 10 0 7 1;
-#X connect 11 0 7 2;
-#X connect 14 0 15 0;
+#X text 14 72 When making your own objects and subpatches \, you can
+create inlets and outlets using [inlet] and [outlet].;
+#X connect 1 0 2 0;
+#X connect 3 0 1 0;
+#X connect 4 0 1 1;
+#X connect 5 0 1 2;
+#X connect 6 0 7 0;
+#X connect 8 0 6 0;
+#X connect 9 0 6 1;
+#X connect 10 0 6 2;
+#X connect 13 0 14 0;
diff --git a/doc/tutorials/intro/TODO b/doc/tutorials/intro/TODO
index c3e4e2f0..bc89634a 100644
--- a/doc/tutorials/intro/TODO
+++ b/doc/tutorials/intro/TODO
@@ -1,7 +1,7 @@
- finish up 17.atomic_messages.pd
-- make new exercise in 23.EXERCISE.hmmmm
+- make new exercise in 26.EXERCISE.hmmmm
- in pure_data_files.pd, make the patch create [pd clone] dynamically,
probably like how send_messages_to_pd.pd does it.