[PD-cvs] externals/iem/iemmatrix/tests/mtx_add exist.pd, NONE, 1.1 exist1.pd, NONE, 1.1

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Oct 13 16:01:53 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_add
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21472/mtx_add

Added Files:
	exist.pd exist1.pd 
Log Message:
added (simple) regression tests for objects; currrently the only test performed is whether an object reacts on a message

--- NEW FILE: exist.pd ---
#N canvas 385 142 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X text 67 37 test for existance of [mtx_add];
#X obj 122 221 mtx_add 1;
#X obj 122 98 t b;
#X msg 122 172 matrix 1 1 1;
#X connect 0 0 6 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 5 0;

--- NEW FILE: exist1.pd ---
#N canvas 385 142 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X text 67 37 test for existance of [mtx_+];
#X obj 122 221 mtx_+ 1;
#X obj 122 98 t b;
#X msg 122 172 matrix 1 1 1;
#X connect 0 0 6 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 5 0;





More information about the Pd-cvs mailing list