aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.hello_world.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 21:37:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-03 21:37:03 +0000
commitffab7a2e5198de29c7cdaef0540af51c9cfafeea (patch)
tree60e7af73c68e7b0e5b55f898d1d0a12c36d8c27f /doc/tutorials/intro/0.hello_world.pd
parent0026d4caf3df60ba961576283f6bc5932bddd208 (diff)
sketches for newbie tutorials. these will need to be renamed to be put in a better order
svn path=/trunk/; revision=4542
Diffstat (limited to 'doc/tutorials/intro/0.hello_world.pd')
-rw-r--r--doc/tutorials/intro/0.hello_world.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.hello_world.pd b/doc/tutorials/intro/0.hello_world.pd
new file mode 100644
index 00000000..1f696c8f
--- /dev/null
+++ b/doc/tutorials/intro/0.hello_world.pd
@@ -0,0 +1,13 @@
+#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
+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;