aboutsummaryrefslogtreecommitdiff
path: root/examples/list2symbol.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/list2symbol.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/list2symbol.pd')
-rw-r--r--examples/list2symbol.pd30
1 files changed, 17 insertions, 13 deletions
diff --git a/examples/list2symbol.pd b/examples/list2symbol.pd
index 12c0592..846a85a 100644
--- a/examples/list2symbol.pd
+++ b/examples/list2symbol.pd
@@ -1,22 +1,26 @@
-#N canvas 198 171 809 343 10;
+#N canvas 228 508 809 343 10;
#X obj 135 48 list2symbol;
#X text 219 48 convert a list into a symbol;
#X obj 457 50 l2s;
-#X symbolatom 75 286 50 0 0;
-#X obj 75 258 list2symbol;
+#X symbolatom 75 286 0 0 0 0 - - -;
#X msg 75 97 list this was a list and is now a symbol;
#X msg 159 118 anythings work fine too;
#X obj 507 268 l2s my bonnie is over the ocean;
#X obj 507 288 print;
#X msg 507 247 bang;
-#X symbolatom 147 223 10 0 0;
-#X msg 147 188 symbol --;
-#X text 230 187 by default \, list-elements are separated by spaces.
+#X symbolatom 147 223 10 0 0 0 - - -;
+#X msg 147 158 symbol --;
+#X text 230 157 by default \, list-elements are separated by spaces.
You can set the separator to any symbol;
-#X connect 4 0 3 0;
-#X connect 5 0 4 0;
-#X connect 6 0 4 0;
-#X connect 7 0 8 0;
-#X connect 9 0 7 0;
-#X connect 10 0 4 1;
-#X connect 11 0 10 0;
+#X text 536 31 part of zexy;
+#X msg 156 201 symbol;
+#X obj 75 258 list2symbol;
+#X text 222 203 even to a zero-length symbol!;
+#X connect 4 0 14 0;
+#X connect 5 0 14 0;
+#X connect 6 0 7 0;
+#X connect 8 0 6 0;
+#X connect 9 0 14 1;
+#X connect 10 0 9 0;
+#X connect 13 0 9 0;
+#X connect 14 0 3 0;