Update of /cvsroot/pure-data/abstractions/footils/list-abs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24251
Modified Files: Tag: branch-v0-39-2-extended list-compare.pd Log Message: Darn, another list length ... But now they're all gone.
Index: list-compare.pd =================================================================== RCS file: /cvsroot/pure-data/abstractions/footils/list-abs/list-compare.pd,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** list-compare.pd 28 May 2007 12:29:32 -0000 1.1.2.1 --- list-compare.pd 13 Jun 2007 20:41:13 -0000 1.1.2.2 *************** *** 43,48 **** #X msg 216 167 0; #N canvas 446 369 450 300 compare-lengths 0; - #X obj 144 68 list length; - #X obj 45 67 list length; #X obj 45 102 ==; #X obj 45 123 select 1 0; --- 43,46 ---- *************** *** 55,68 **** #X text 39 237 if equal , send list out to first outlet , else bang second outlet; ! #X connect 0 0 2 1; ! #X connect 1 0 2 0; ! #X connect 2 0 3 0; ! #X connect 3 0 9 0; ! #X connect 3 1 7 0; ! #X connect 4 0 0 0; ! #X connect 5 0 8 0; ! #X connect 8 0 1 0; ! #X connect 8 1 9 1; ! #X connect 9 0 6 0; #X restore 94 93 pd compare-lengths; #X connect 0 0 5 1; --- 53,68 ---- #X text 39 237 if equal , send list out to first outlet , else bang second outlet; ! #X obj 144 68 list-len; ! #X obj 45 67 list-len; ! #X connect 0 0 1 0; ! #X connect 1 0 7 0; ! #X connect 1 1 5 0; ! #X connect 2 0 9 0; ! #X connect 3 0 6 0; ! #X connect 6 0 10 0; ! #X connect 6 1 7 1; ! #X connect 7 0 4 0; ! #X connect 9 0 0 1; ! #X connect 10 0 0 0; #X restore 94 93 pd compare-lengths; #X connect 0 0 5 1;