From 7a0042776ce2db5c4959afd6f6f19a19303aebfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 15 Dec 2005 18:29:32 +0000 Subject: added tests for mtx_min, mtx_max and mtx_minmax svn path=/trunk/externals/iem/iemmatrix/; revision=4227 --- tests/mtx_min/06_function.pd | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tests/mtx_min/06_function.pd (limited to 'tests/mtx_min/06_function.pd') diff --git a/tests/mtx_min/06_function.pd b/tests/mtx_min/06_function.pd new file mode 100644 index 0000000..5e9b29d --- /dev/null +++ b/tests/mtx_min/06_function.pd @@ -0,0 +1,40 @@ +#N canvas 105 62 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X text 67 37 test for existance of [mtx_min]; +#X obj 122 89 t b; +#X obj 122 135 t l l; +#X obj 122 300 *; +#X obj 122 277 ==; +#X obj 161 277 ==; +#X msg 122 170 matrix 2 3 \$1 \$2 \$3 \$4 \$5 \$6; +#X msg 122 110 3 -1 10.5 0.05 0 12; +#X obj 138 214 unpack 0 0 0 0 0 0; +#X obj 138 235 min; +#X obj 169 235 min; +#X obj 122 255 unpack 0 0; +#X obj 198 235 min; +#X obj 229 235 min; +#X obj 122 191 mtx_min row; +#X connect 0 0 3 0; +#X connect 3 0 9 0; +#X connect 4 0 8 0; +#X connect 4 1 10 0; +#X connect 5 0 1 0; +#X connect 6 0 5 0; +#X connect 7 0 5 1; +#X connect 8 0 16 0; +#X connect 9 0 4 0; +#X connect 10 0 11 0; +#X connect 10 1 12 0; +#X connect 10 2 12 1; +#X connect 10 3 14 0; +#X connect 10 4 15 0; +#X connect 10 5 15 1; +#X connect 11 0 6 1; +#X connect 12 0 11 1; +#X connect 13 0 6 0; +#X connect 13 1 7 0; +#X connect 14 0 7 1; +#X connect 15 0 14 1; +#X connect 16 0 13 0; -- cgit v1.2.1