aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/00.hello_world.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-28 05:18:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-28 05:18:17 +0000
commit41ea1e81ebb16832ca0fac20e3524fce439e5053 (patch)
treebe9f271f4dbc957581622533583495cbee6f7c74 /doc/tutorials/intro/00.hello_world.pd
parentd97f5324a1bb59b78d30fd93a44f56e2755e8bdd (diff)
made the first series on intros, many left to add...
svn path=/trunk/; revision=4794
Diffstat (limited to 'doc/tutorials/intro/00.hello_world.pd')
-rw-r--r--doc/tutorials/intro/00.hello_world.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tutorials/intro/00.hello_world.pd b/doc/tutorials/intro/00.hello_world.pd
new file mode 100644
index 00000000..e1ff0833
--- /dev/null
+++ b/doc/tutorials/intro/00.hello_world.pd
@@ -0,0 +1,13 @@
+#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 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 89 357 Now look in the Pd window to see the result.;
+#X connect 0 0 6 0;