From 294843ad8b2efa314b2d6e719b87fecd036c73f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 18 Oct 2005 09:16:08 +0000 Subject: test for generic binops svn path=/trunk/externals/iem/iemmatrix/; revision=3728 --- tests/mtx_add/08_function.pd | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tests/mtx_add/08_function.pd (limited to 'tests/mtx_add/08_function.pd') diff --git a/tests/mtx_add/08_function.pd b/tests/mtx_add/08_function.pd new file mode 100644 index 0000000..004ee45 --- /dev/null +++ b/tests/mtx_add/08_function.pd @@ -0,0 +1,60 @@ +#N canvas 277 252 796 483 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X msg 122 243 \$3 \$4 \$5 \$6; +#X obj 122 268 unpack 0 0 0 0; +#X obj 184 330 *; +#X obj 122 330 *; +#X obj 122 356 *; +#X obj 236 248 unpack 0 0 0 0; +#X obj 122 307 ==; +#X obj 153 307 ==; +#X obj 184 307 ==; +#X obj 215 307 ==; +#X msg 122 179 matrix 2 2 \$1 \$2 \$3 \$4; +#X obj 122 98 t b b; +#X obj 122 156 t l l; +#X obj 236 269 +; +#X obj 267 269 +; +#X obj 298 268 +; +#X obj 329 268 +; +#X obj 252 228 t f f f f; +#X obj 185 156 t f f; +#X obj 122 221 mtx_add 0; +#X msg 122 132 9 6 1 -2; +#X msg 185 133 -1; +#X connect 0 0 13 0; +#X connect 2 0 3 0; +#X connect 3 0 8 0; +#X connect 3 1 9 0; +#X connect 3 2 10 0; +#X connect 3 3 11 0; +#X connect 4 0 6 1; +#X connect 5 0 6 0; +#X connect 6 0 1 0; +#X connect 7 0 15 0; +#X connect 7 1 16 0; +#X connect 7 2 17 0; +#X connect 7 3 18 0; +#X connect 8 0 5 0; +#X connect 9 0 5 1; +#X connect 10 0 4 0; +#X connect 11 0 4 1; +#X connect 12 0 21 0; +#X connect 13 0 22 0; +#X connect 13 1 23 0; +#X connect 14 0 12 0; +#X connect 14 1 7 0; +#X connect 15 0 8 1; +#X connect 16 0 9 1; +#X connect 17 0 10 1; +#X connect 18 0 11 1; +#X connect 19 0 15 1; +#X connect 19 1 16 1; +#X connect 19 2 17 1; +#X connect 19 3 18 1; +#X connect 20 0 21 1; +#X connect 20 1 19 0; +#X connect 21 0 2 0; +#X connect 22 0 14 0; +#X connect 23 0 20 0; -- cgit v1.2.1