aboutsummaryrefslogtreecommitdiff
path: root/reference/list2symbol-help.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 /reference/list2symbol-help.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 'reference/list2symbol-help.pd')
-rw-r--r--reference/list2symbol-help.pd32
1 files changed, 32 insertions, 0 deletions
diff --git a/reference/list2symbol-help.pd b/reference/list2symbol-help.pd
new file mode 100644
index 0000000..c7f2fe3
--- /dev/null
+++ b/reference/list2symbol-help.pd
@@ -0,0 +1,32 @@
+#N canvas 14 156 817 446 10;
+#X obj 135 48 list2symbol;
+#X text 228 49 convert a list into a symbol;
+#X obj 457 50 l2s;
+#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 288 print;
+#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 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 msg 507 247 my bonnie is over the ovean;
+#X obj 507 268 l2s .;
+#X text 537 61 updated for zexy-2.2;
+#X text 554 270 argument: default delimiter;
+#X text 316 326 in prior versions of [list2symbol] \, the default delimiter
+was not settable via arguments \; instead the arguments denoted the
+incoming list. this has changed!!!!;
+#X text 321 302 Attention:;
+#X connect 4 0 12 0;
+#X connect 5 0 12 0;
+#X connect 7 0 12 1;
+#X connect 8 0 7 0;
+#X connect 11 0 7 0;
+#X connect 12 0 3 0;
+#X connect 14 0 15 0;
+#X connect 15 0 6 0;