From f6683a067d55086a64961fe5091de99184e32221 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 12 Apr 2006 14:20:34 +0000 Subject: minor fixes, updates, and wording updates svn path=/trunk/; revision=4884 --- doc/tutorials/intro/00.hello_world.pd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/tutorials/intro/00.hello_world.pd') diff --git a/doc/tutorials/intro/00.hello_world.pd b/doc/tutorials/intro/00.hello_world.pd index 981429f3..1176ea02 100644 --- a/doc/tutorials/intro/00.hello_world.pd +++ b/doc/tutorials/intro/00.hello_world.pd @@ -1,4 +1,4 @@ -#N canvas 228 159 628 440 12; +#N canvas 228 159 632 444 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 @@ -10,5 +10,6 @@ together. The boxes have "inlets" and "outlets" \, where they are connected. #X obj 234 265 print; #X text 289 266 <-- object box; #X text 89 357 Now look in the Pd window to see the result.; -#X text 374 166 <-- click here; +#X text 359 168 <-- message box; +#X text 101 111 Click on the box with "Hello world!" in it:; #X connect 0 0 6 0; -- cgit v1.2.1