aboutsummaryrefslogtreecommitdiff
path: root/examples/a2l.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2004-07-21 16:56:50 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2004-07-21 16:56:50 +0000
commit7db848c580506314baedd28a7c001d137c2dffbe (patch)
tree1836cf6919555ba6339f9fbfb83e289ecb553edb /examples/a2l.pd
parentcb55a7e77b61753c186dd7eaa635d3b98f9062d2 (diff)
updated documentation
svn path=/trunk/externals/zexy/; revision=1878
Diffstat (limited to 'examples/a2l.pd')
-rw-r--r--examples/a2l.pd21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/a2l.pd b/examples/a2l.pd
deleted file mode 100644
index 54416e8..0000000
--- a/examples/a2l.pd
+++ /dev/null
@@ -1,21 +0,0 @@
-#N canvas 165 209 450 458 10;
-#X obj 76 28 a2l;
-#X text 113 30 convert "anything" to lists;
-#X obj 35 256 a2l;
-#X text 116 56 pass through the rest;
-#X floatatom 46 229;
-#X symbolatom 46 203;
-#X msg 46 162 this is anything;
-#X msg 46 182 list this is a list;
-#X obj 35 276 print a2l;
-#X text 69 335 to make "anything"s out of lists \, try;
-#X obj 319 339 route list;
-#X msg 319 320 list this is a list;
-#X obj 319 358 print l2a;
-#X connect 2 0 8 0;
-#X connect 4 0 2 0;
-#X connect 5 0 2 0;
-#X connect 6 0 2 0;
-#X connect 7 0 2 0;
-#X connect 10 0 12 0;
-#X connect 11 0 10 0;