Update of /cvsroot/pure-data/externals/iem/iemmatrix/abs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15670
Modified Files: mtx_fill_col_grid.pd mtx_fill_row_grid.pd Log Message: corrected bug in mtx_fill_col_grid and ...row..: object was not responding to third inlet without 2nd inlet.
Index: mtx_fill_col_grid.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/abs/mtx_fill_col_grid.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mtx_fill_col_grid.pd 17 Aug 2006 09:21:50 -0000 1.1 --- mtx_fill_col_grid.pd 22 Aug 2006 15:28:49 -0000 1.2 *************** *** 1,3 **** ! #N canvas 597 0 516 388 10; #X obj 70 20 inlet; #X obj 70 41 t a a; --- 1,3 ---- ! #N canvas 657 553 516 388 10; #X obj 70 20 inlet; #X obj 70 41 t a a; *************** *** 30,33 **** --- 30,36 ---- #X text 302 120 the given columns; #X text 331 145 of a matrix; + #X obj 139 60 spigot 0; + #X obj 200 60 t a a; + #X obj 173 40 > 0; #X connect 0 0 1 0; #X connect 1 0 2 0; *************** *** 36,40 **** #X connect 2 1 18 1; #X connect 3 0 5 0; ! #X connect 5 0 6 1; #X connect 6 0 7 0; #X connect 7 0 8 0; --- 39,43 ---- #X connect 2 1 18 1; #X connect 3 0 5 0; ! #X connect 5 0 31 0; #X connect 6 0 7 0; #X connect 7 0 8 0; *************** *** 48,51 **** --- 51,55 ---- #X connect 15 0 6 0; #X connect 15 1 20 0; + #X connect 15 1 32 0; #X connect 16 0 17 0; #X connect 17 0 18 0; *************** *** 56,57 **** --- 60,65 ---- #X connect 22 0 26 0; #X connect 26 0 13 0; + #X connect 30 0 6 0; + #X connect 31 0 30 0; + #X connect 31 1 6 1; + #X connect 32 0 30 1;
Index: mtx_fill_row_grid.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/abs/mtx_fill_row_grid.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mtx_fill_row_grid.pd 17 Aug 2006 09:21:50 -0000 1.1 --- mtx_fill_row_grid.pd 22 Aug 2006 15:28:49 -0000 1.2 *************** *** 8,34 **** #X obj 200 40 mtx_:; #X obj 200 78 mtx_- 1; ! #X obj 184 100 mtx; ! #X obj 184 120 mtx_* 1; ! #X obj 184 140 mtx_repmat; ! #X msg 249 118 1 $1; #X obj 200 59 mtx_transpose; ! #X obj 184 159 t a a; ! #X obj 223 159 mtx_size; ! #X obj 223 218 mtx_:; ! #X obj 223 238 mtx_repmat; ! #X obj 223 198 pack 1 f; ! #X obj 222 178 t b f; ! #X msg 262 178 $1 1; #X obj 151 81 t b f; ! #X obj 184 266 mtx_+; ! #X obj 9 328 outlet; #X text 73 -9 orig; #X obj 9 19 inlet; #X text 11 -10 fill; #X text 13 1 matrix; ! #X obj 9 304 mtx_fill; ! #X text 293 98 fills in elements; ! #X text 302 120 into given rows; ! #X text 310 142 of a matrix; #X connect 0 0 1 0; #X connect 1 0 27 1; --- 8,37 ---- #X obj 200 40 mtx_:; #X obj 200 78 mtx_- 1; ! #X obj 184 141 mtx; ! #X obj 184 161 mtx_* 1; ! #X obj 184 181 mtx_repmat; ! #X msg 249 159 1 $1; #X obj 200 59 mtx_transpose; ! #X obj 184 200 t a a; ! #X obj 223 200 mtx_size; ! #X obj 223 259 mtx_:; ! #X obj 223 279 mtx_repmat; ! #X obj 223 239 pack 1 f; ! #X obj 222 219 t b f; ! #X msg 262 219 $1 1; #X obj 151 81 t b f; ! #X obj 184 307 mtx_+; ! #X obj 9 369 outlet; #X text 73 -9 orig; #X obj 9 19 inlet; #X text 11 -10 fill; #X text 13 1 matrix; ! #X obj 9 345 mtx_fill; ! #X text 293 139 fills in elements; ! #X text 302 161 into given rows; ! #X text 310 183 of a matrix; ! #X obj 184 121 spigot 0; ! #X obj 240 100 > 0; ! #X obj 200 98 t a a; #X connect 0 0 1 0; #X connect 1 0 27 1; *************** *** 37,41 **** #X connect 3 0 6 0; #X connect 6 0 12 0; ! #X connect 7 0 8 1; #X connect 8 0 9 0; #X connect 9 0 10 0; --- 40,44 ---- #X connect 3 0 6 0; #X connect 6 0 12 0; ! #X connect 7 0 33 0; #X connect 8 0 9 0; #X connect 9 0 10 0; *************** *** 56,60 **** --- 59,68 ---- #X connect 20 1 11 0; #X connect 20 1 9 1; + #X connect 20 1 32 0; #X connect 21 0 27 2; #X connect 24 0 27 0; #X connect 27 0 22 0; + #X connect 31 0 8 0; + #X connect 32 0 31 1; + #X connect 33 0 31 0; + #X connect 33 1 8 1;