[PD-cvs] externals/grill/flext/tutorial/pd ex-adv2.pd, 1.4, 1.5 ex-simple3.pd, 1.5, 1.6

Thomas Grill xovo at users.sourceforge.net
Fri Oct 27 15:34:58 CEST 2006


Update of /cvsroot/pure-data/externals/grill/flext/tutorial/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/tutorial/pd

Modified Files:
	ex-adv2.pd ex-simple3.pd 
Log Message:
fix for Codewarrior compilation
update docs
fixed anything/symbol message mixup (thanks to Stefano Papetti)
fixed typos, dates, contact info
added gcc branch hinting


Index: ex-adv2.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/pd/ex-adv2.pd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ex-adv2.pd	1 Feb 2006 14:35:19 -0000	1.4
--- ex-adv2.pd	27 Oct 2006 13:34:56 -0000	1.5
***************
*** 1,10 ****
! #N canvas 329 97 591 352 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;
--- 1,8 ----
! #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 192 hula 1;
  #X text 261 150 tag without argument;
  #X text 297 190 tag and argument;
***************
*** 16,23 ****
  #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;
--- 14,23 ----
  #X text 21 49 this is identical to the simple3 example;
  #X text 145 9 flext tutorial \, (C)2002-2006 Thomas Grill;
! #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;

Index: ex-simple3.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/pd/ex-simple3.pd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ex-simple3.pd	1 Feb 2006 14:35:19 -0000	1.5
--- ex-simple3.pd	27 Oct 2006 13:34:56 -0000	1.6
***************
*** 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;
--- 1,22 ----
! #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;





More information about the Pd-cvs mailing list