diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-10-27 13:34:56 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-10-27 13:34:56 +0000 |
commit | 214066a139e6c680e8517c89a07431a9649321a0 (patch) | |
tree | 7d07326c1f6e5bc446f766db0022eaa90c8ea603 /externals/grill/flext/tutorial | |
parent | 021708ab4cee3245e2306cb107f67d85f00823c1 (diff) |
fix for Codewarrior compilation
update docs
fixed anything/symbol message mixup (thanks to Stefano Papetti)
fixed typos, dates, contact info
added gcc branch hinting
svn path=/trunk/; revision=6170
Diffstat (limited to 'externals/grill/flext/tutorial')
-rw-r--r-- | externals/grill/flext/tutorial/pd/ex-adv2.pd | 18 | ||||
-rw-r--r-- | externals/grill/flext/tutorial/pd/ex-simple3.pd | 44 |
2 files changed, 31 insertions, 31 deletions
diff --git a/externals/grill/flext/tutorial/pd/ex-adv2.pd b/externals/grill/flext/tutorial/pd/ex-adv2.pd index f9673cb9..b4fa1ce4 100644 --- a/externals/grill/flext/tutorial/pd/ex-adv2.pd +++ b/externals/grill/flext/tutorial/pd/ex-adv2.pd @@ -1,11 +1,9 @@ -#N canvas 329 97 591 352 12; +#N canvas 329 97 595 356 12; #X msg 26 97 help; #X msg 123 146 born; #X msg 172 147 to; #X msg 214 149 hula; -#X msg 228 230 yeah; #X msg 228 192 hula 1; -#X text 280 231 other symbol; #X text 261 150 tag without argument; #X text 297 190 tag and argument; #X text 72 97 print a help message; @@ -15,9 +13,11 @@ #X obj 148 293 adv2; #X text 21 49 this is identical to the simple3 example; #X text 145 9 flext tutorial \, (C)2002-2006 Thomas Grill; -#X connect 0 0 12 0; -#X connect 1 0 12 0; -#X connect 2 0 12 0; -#X connect 3 0 12 0; -#X connect 4 0 12 0; -#X connect 5 0 12 0; +#X text 345 231 symbol message; +#X msg 228 230 symbol yeah; +#X connect 0 0 10 0; +#X connect 1 0 10 0; +#X connect 2 0 10 0; +#X connect 3 0 10 0; +#X connect 4 0 10 0; +#X connect 14 0 10 0; diff --git a/externals/grill/flext/tutorial/pd/ex-simple3.pd b/externals/grill/flext/tutorial/pd/ex-simple3.pd index 7e0749f8..fbdafca5 100644 --- a/externals/grill/flext/tutorial/pd/ex-simple3.pd +++ b/externals/grill/flext/tutorial/pd/ex-simple3.pd @@ -1,22 +1,22 @@ -#N canvas 329 97 589 350 12;
-#X msg 22 87 help;
-#X msg 119 136 born;
-#X msg 168 137 to;
-#X msg 210 139 hula;
-#X msg 224 220 yeah;
-#X msg 224 182 hula 1;
-#X text 276 221 other symbol;
-#X obj 144 283 simple3;
-#X text 257 140 tag without argument;
-#X text 293 180 tag and argument;
-#X text 68 87 print a help message;
-#X obj 16 8 cnv 15 550 40 empty empty simple3 10 22 0 24 -260818 -1
-0;
-#X text 174 28 http://grrrr.org;
-#X text 174 10 flext tutorial \, (C)2002-2006 Thomas Grill;
-#X connect 0 0 7 0;
-#X connect 1 0 7 0;
-#X connect 2 0 7 0;
-#X connect 3 0 7 0;
-#X connect 4 0 7 0;
-#X connect 5 0 7 0;
+#N canvas 329 97 593 354 12; +#X msg 22 87 help; +#X msg 119 136 born; +#X msg 168 137 to; +#X msg 210 139 hula; +#X msg 224 182 hula 1; +#X obj 144 283 simple3; +#X text 257 140 tag without argument; +#X text 293 180 tag and argument; +#X text 68 87 print a help message; +#X obj 16 8 cnv 15 550 40 empty empty simple3 10 22 0 24 -260818 -1 +0; +#X text 174 28 http://grrrr.org; +#X text 174 10 flext tutorial \, (C)2002-2006 Thomas Grill; +#X msg 224 220 symbol yeah; +#X text 350 219 symbol message; +#X connect 0 0 5 0; +#X connect 1 0 5 0; +#X connect 2 0 5 0; +#X connect 3 0 5 0; +#X connect 4 0 5 0; +#X connect 12 0 5 0; |