aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/0.shell_sketch.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.shell_sketch.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.shell_sketch.pd')
-rw-r--r--doc/tutorials/intro/0.shell_sketch.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.shell_sketch.pd b/doc/tutorials/intro/0.shell_sketch.pd
new file mode 100644
index 00000000..31cffaa6
--- /dev/null
+++ b/doc/tutorials/intro/0.shell_sketch.pd
@@ -0,0 +1,16 @@
+#N canvas 369 214 524 457 10;
+#X obj 92 138 soundfiler;
+#X obj 228 139 getdir;
+#X obj 168 319 shell;
+#X obj 169 373 print;
+#X obj 233 98 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X obj 191 253 t a a;
+#X obj 225 275 print;
+#X msg 169 220 ls -1 "$1";
+#X connect 1 0 7 0;
+#X connect 2 0 3 0;
+#X connect 4 0 1 0;
+#X connect 5 0 2 0;
+#X connect 5 1 6 0;
+#X connect 7 0 5 0;