[PD-cvs] doc/tutorials/intro 0.hello_world.pd,1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Mar 28 05:11:17 CEST 2006


Update of /cvsroot/pure-data/doc/tutorials/intro
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14283

Modified Files:
	0.hello_world.pd 
Log Message:
0.hello_world.pd used big font and minor tweaks

Index: 0.hello_world.pd
===================================================================
RCS file: /cvsroot/pure-data/doc/tutorials/intro/0.hello_world.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 0.hello_world.pd	3 Feb 2006 21:37:03 -0000	1.1
--- 0.hello_world.pd	28 Mar 2006 03:11:15 -0000	1.2
***************
*** 1,13 ****
! #N canvas 228 159 497 433 10;
! #X msg 144 98 Hello world!;
! #X obj 143 144 print;
! #X text 235 99 <-- message box;
! #X text 149 121 <-- connection \, aka "cord";
! #X text 18 28 In Pd \, programming is done with boxes which are connected
  together. The boxes have "inlets" and "outlets" \, where they are connected.
  ;
! #X text 80 137 inlet-->;
! #X text 85 90 inlet-->;
! #X text 77 106 outlet-->;
! #X text 185 144 <-- object box;
! #X connect 0 0 1 0;
--- 1,12 ----
! #N canvas 228 159 624 436 12;
! #X msg 235 167 Hello world!;
! #X text 238 216 <-- connection \, aka "cord";
! #X text 17 32 In Pd \, programming is done with boxes which are connected
  together. The boxes have "inlets" and "outlets" \, where they are connected.
  ;
! #X text 153 265 inlet-->;
! #X text 154 158 inlet-->;
! #X text 144 178 outlet-->;
! #X obj 234 265 print;
! #X text 289 266 <-- object box;
! #X connect 0 0 6 0;





More information about the Pd-cvs mailing list