aboutsummaryrefslogtreecommitdiff
path: root/examples/any2list.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-14 09:08:56 +0000
commitc37112a7f380d81e4ce6a1cb8446bea3994dfaf5 (patch)
tree14aa7db3aa77f8690d30ccdf5a0cbe94d49459d1 /examples/any2list.pd
parent75b7d3f788c462156b4e84170e3ab4e78187ae50 (diff)
updated the zexy help-system: all reference-patches (aka help-patches) are now to be found in the ./reference/ folder and are named <path>-help.pd;
removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
Diffstat (limited to 'examples/any2list.pd')
-rw-r--r--examples/any2list.pd24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/any2list.pd b/examples/any2list.pd
deleted file mode 100644
index bfd7c15..0000000
--- a/examples/any2list.pd
+++ /dev/null
@@ -1,24 +0,0 @@
-#N canvas 319 129 450 458 10;
-#X text 113 30 convert "anything" to lists;
-#X text 116 56 pass through the rest;
-#X floatatom 46 229 0 0 0 0 - - -;
-#X symbolatom 46 203 0 0 0 0 - - -;
-#X msg 46 162 this is anything;
-#X msg 46 182 list this is a list;
-#X obj 35 276 print a2l;
-#X text 48 337 to make "anything"s out of lists \, try;
-#X obj 319 339 route list;
-#X msg 319 318 list this is a list;
-#X obj 319 359 print l2a;
-#X obj 48 30 any2list;
-#X text 245 223 alias;
-#X obj 286 223 a2l;
-#X obj 35 256 any2list;
-#X text 356 6 part of zexy;
-#X connect 2 0 14 0;
-#X connect 3 0 14 0;
-#X connect 4 0 14 0;
-#X connect 5 0 14 0;
-#X connect 8 0 10 0;
-#X connect 9 0 8 0;
-#X connect 14 0 6 0;