Update of /cvsroot/pure-data/doc/tutorials/intro In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23046
Modified Files: 23.inlets_and_outlets.pd TODO Log Message: fixing todo to reflect right exercise order and typo
Index: 23.inlets_and_outlets.pd =================================================================== RCS file: /cvsroot/pure-data/doc/tutorials/intro/23.inlets_and_outlets.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 23.inlets_and_outlets.pd 18 Apr 2006 10:17:13 -0000 1.1 --- 23.inlets_and_outlets.pd 28 Apr 2006 13:10:40 -0000 1.2 *************** *** 1,8 **** ! #N canvas 10 40 624 464 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; #X obj 24 34 inlet; #X obj 238 47 inlet; --- 1,6 ---- ! #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; ! #N canvas 10 40 628 468 look 0; #X obj 24 34 inlet; #X obj 238 47 inlet; *************** *** 26,30 **** #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; #X obj 20 34 inlet; #X obj 334 33 inlet; --- 24,28 ---- #X obj 197 129 bng 20 250 50 0 empty empty empty 0 -6 0 8 -24198 -1 -1; ! #N canvas 10 40 644 484 look 0; #X obj 20 34 inlet; #X obj 334 33 inlet; *************** *** 54,64 **** #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; --- 52,64 ---- #X text 361 173 do some stuff here; #X text 418 217 output data; ! #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;
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/doc/tutorials/intro/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TODO 18 Apr 2006 09:55:18 -0000 1.7 --- TODO 28 Apr 2006 13:10:40 -0000 1.8 *************** *** 2,6 **** - finish up 17.atomic_messages.pd
! - make new exercise in 23.EXERCISE.hmmmm
- in pure_data_files.pd, make the patch create [pd clone] dynamically, --- 2,6 ---- - finish up 17.atomic_messages.pd
! - make new exercise in 26.EXERCISE.hmmmm
- in pure_data_files.pd, make the patch create [pd clone] dynamically,