From ffab7a2e5198de29c7cdaef0540af51c9cfafeea Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 3 Feb 2006 21:37:03 +0000 Subject: sketches for newbie tutorials. these will need to be renamed to be put in a better order svn path=/trunk/; revision=4542 --- doc/tutorials/intro/0.hello_world.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/tutorials/intro/0.hello_world.pd (limited to 'doc/tutorials/intro/0.hello_world.pd') 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; -- cgit v1.2.1