aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/01.hello_world.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:10:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-18 10:10:23 +0000
commit7d3731fb32ee97e4fb30a853e6aa9cbcf135e83c (patch)
tree8584be8d3b5b9281440707df961bbe03c087d15c /doc/tutorials/intro/01.hello_world.pd
parent745e044f328bc32a9be4449cc00e3e6c7370df15 (diff)
wrote script to reorder patches by first number in filename
svn path=/trunk/; revision=4933
Diffstat (limited to 'doc/tutorials/intro/01.hello_world.pd')
-rw-r--r--doc/tutorials/intro/01.hello_world.pd19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/tutorials/intro/01.hello_world.pd b/doc/tutorials/intro/01.hello_world.pd
new file mode 100644
index 00000000..0cefdcc8
--- /dev/null
+++ b/doc/tutorials/intro/01.hello_world.pd
@@ -0,0 +1,19 @@
+#N canvas 10 40 632 472 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 text 73 319 Now look in the Pd window to see the result.;
+#X text 359 168 <-- message box;
+#X text 101 111 Click on the box with "Hello world!" in it:;
+#X text 16 363 Whenever you see the [print] box \, that means that
+stuff will be printed to the Pd window.;
+#X obj 133 415 print;
+#X text 198 415 prints to the Pd window.;
+#X connect 0 0 6 0;