aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-28 03:11:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-28 03:11:15 +0000
commitae670d422d0746195c128495b794e223c9825331 (patch)
treeb59a37dea4f4bc5f1dcf06be78a966a8f29a27e3 /doc
parentd11447ddb31cc7701d1f4946b9238756141427ce (diff)
0.hello_world.pd used big font and minor tweaks
svn path=/trunk/; revision=4787
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorials/intro/0.hello_world.pd21
1 files changed, 10 insertions, 11 deletions
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;