Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_diegg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9539/tests/mtx_diegg
Modified Files: 01_init.pd 02_getdiegg.pd 02_init.pd Log Message: fixed mtx_diegg and tests (it was really inconsistent)
Index: 02_getdiegg.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_diegg/02_getdiegg.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 02_getdiegg.pd 29 Mar 2006 15:33:46 -0000 1.1 --- 02_getdiegg.pd 3 Jan 2008 13:07:48 -0000 1.2 *************** *** 1,3 **** ! #N canvas 0 0 450 432 10; #X obj 87 257 *; #X obj 69 65 inlet bang; --- 1,3 ---- ! #N canvas 446 389 450 432 10; #X obj 87 257 *; #X obj 69 65 inlet bang; *************** *** 6,17 **** #X msg 69 90 matrix 2 2 0 1 2 0; #X obj 69 187 unpack 0 0; ! #X obj 87 235 == 2; ! #X obj 111 212 == 1; #X connect 0 0 2 0; #X connect 1 0 4 0; #X connect 3 0 5 0; #X connect 4 0 3 0; ! #X connect 5 0 6 0; ! #X connect 5 1 7 0; ! #X connect 6 0 0 0; ! #X connect 7 0 0 1; --- 6,20 ---- #X msg 69 90 matrix 2 2 0 1 2 0; #X obj 69 187 unpack 0 0; ! #X text 265 139 0 1; ! #X text 265 154 2 0; ! #X text 297 145 --> 1 2; ! #X obj 87 235 == 1; ! #X obj 111 212 == 2; #X connect 0 0 2 0; #X connect 1 0 4 0; #X connect 3 0 5 0; #X connect 4 0 3 0; ! #X connect 5 0 9 0; ! #X connect 5 1 10 0; ! #X connect 9 0 0 0; ! #X connect 10 0 0 1;
Index: 02_init.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_diegg/02_init.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 02_init.pd 29 Mar 2006 15:33:46 -0000 1.1 --- 02_init.pd 3 Jan 2008 13:07:48 -0000 1.2 *************** *** 14,17 **** --- 14,20 ---- #X msg 69 126 1 2; #X obj 69 166 route matrix; + #X text 265 139 0 1; + #X text 265 154 2 0; + #X text 200 145 1 2 -->; #X connect 0 0 12 0; #X connect 1 2 3 0;
Index: 01_init.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_diegg/01_init.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 01_init.pd 29 Mar 2006 15:33:46 -0000 1.1 --- 01_init.pd 3 Jan 2008 13:07:48 -0000 1.2 *************** *** 1,3 **** ! #N canvas 0 0 450 432 10; #X msg 69 90 bang; #X obj 69 187 unpack 0 0 0 0 0 0; --- 1,3 ---- ! #N canvas 192 359 450 432 10; #X msg 69 90 bang; #X obj 69 187 unpack 0 0 0 0 0 0; *************** *** 13,16 **** --- 13,19 ---- #X obj 69 65 inlet bang; #X obj 117 305 outlet; + #X text 265 139 0 1; + #X text 265 154 2 0; + #X text 200 145 1 2 -->; #X connect 0 0 10 0; #X connect 1 2 3 0;