From 66d9805ca43ed994c5148dac2ee99b4a4f1be3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 20 Oct 2005 07:20:03 +0000 Subject: tests for per-element unary operators svn path=/trunk/externals/iem/iemmatrix/; revision=3738 --- tests/mtx_int/01_function.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/mtx_int/01_function.pd (limited to 'tests/mtx_int/01_function.pd') diff --git a/tests/mtx_int/01_function.pd b/tests/mtx_int/01_function.pd new file mode 100644 index 0000000..9c93fcf --- /dev/null +++ b/tests/mtx_int/01_function.pd @@ -0,0 +1,21 @@ +#N canvas 385 142 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X obj 122 211 mtx_int; +#X msg 122 233 \$3; +#X obj 122 101 t b; +#X obj 122 151 t f f; +#X msg 122 190 matrix 1 1 \$1; +#X obj 165 232 int; +#X obj 122 265 ==; +#X msg 122 127 -2; +#X connect 0 0 4 0; +#X connect 2 0 3 0; +#X connect 3 0 8 0; +#X connect 4 0 9 0; +#X connect 5 0 6 0; +#X connect 5 1 7 0; +#X connect 6 0 2 0; +#X connect 7 0 8 1; +#X connect 8 0 1 0; +#X connect 9 0 5 0; -- cgit v1.2.1