aboutsummaryrefslogtreecommitdiff
path: root/examples/any2list.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/any2list.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/any2list.pd')
-rw-r--r--examples/any2list.pd9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/any2list.pd b/examples/any2list.pd
index 9c460c0..bfd7c15 100644
--- a/examples/any2list.pd
+++ b/examples/any2list.pd
@@ -1,8 +1,8 @@
#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;
-#X symbolatom 46 203 0 0 0;
+#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;
@@ -10,10 +10,11 @@
#X obj 319 339 route list;
#X msg 319 318 list this is a list;
#X obj 319 359 print l2a;
-#X obj 56 30 any2list;
+#X obj 48 30 any2list;
#X text 245 223 alias;
-#X obj 280 223 a2l;
+#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;