From 0a35a07a669d1c5c98457b4bc4ff9bc4677955e0 Mon Sep 17 00:00:00 2001 From: David Plans Casal Date: Fri, 28 Apr 2006 13:10:40 +0000 Subject: fixing todo to reflect right exercise order and typo svn path=/trunk/; revision=5019 --- doc/tutorials/intro/23.inlets_and_outlets.pd | 28 ++++++++++++++-------------- doc/tutorials/intro/TODO | 2 +- 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. -- cgit v1.2.1