From ae670d422d0746195c128495b794e223c9825331 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Mar 2006 03:11:15 +0000 Subject: 0.hello_world.pd used big font and minor tweaks svn path=/trunk/; revision=4787 --- doc/tutorials/intro/0.hello_world.pd | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'doc/tutorials') diff --git a/doc/tutorials/intro/0.hello_world.pd b/doc/tutorials/intro/0.hello_world.pd index 1f696c8f..1fffc96c 100644 --- a/doc/tutorials/intro/0.hello_world.pd +++ b/doc/tutorials/intro/0.hello_world.pd @@ -1,13 +1,12 @@ -#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 +#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 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; +#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; -- cgit v1.2.1