Update of /cvsroot/pure-data/externals/zexy/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27121/examples
Modified Files: list2symbol.pd Log Message: changed [l2s] argument incompatibly: the argument is now the delimiter (analogous to [s2l]) instead of the default list to be converted. while this is an incompatible change, i noticed that the argument handling was broken anyhow (produced rather random results, even in the help-file!) and since nobody noticed i guess the arguments are not used anyhow....
Index: list2symbol.pd =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/examples/list2symbol.pd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** list2symbol.pd 22 Mar 2005 20:58:18 -0000 1.3 --- list2symbol.pd 28 Jun 2006 15:53:01 -0000 1.4 *************** *** 1,12 **** ! #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 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 0 - - -; #X msg 147 158 symbol --; --- 1,10 ---- ! #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 --; *************** *** 17,26 **** #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; --- 15,32 ---- #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;