aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/00.hello_world.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:56:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:56:54 +0000
commitffdec4f8e9fb469c7e8c09fb09efd4aa891f77b3 (patch)
tree24d92a0e72bb22dcbb505047707cf6739c950dc9 /doc/tutorials/intro/00.hello_world.pd
parentbb62e03729466786b2b7ea64cc8bacda9115050d (diff)
moved lots of stuff around
svn path=/trunk/; revision=4828
Diffstat (limited to 'doc/tutorials/intro/00.hello_world.pd')
-rw-r--r--doc/tutorials/intro/00.hello_world.pd3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorials/intro/00.hello_world.pd b/doc/tutorials/intro/00.hello_world.pd
index e1ff0833..981429f3 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 624 436 12;
+#N canvas 228 159 628 440 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,4 +10,5 @@ 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 connect 0 0 6 0;