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_bitor/05_function.pd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/mtx_bitor/05_function.pd (limited to 'tests/mtx_bitor/05_function.pd') diff --git a/tests/mtx_bitor/05_function.pd b/tests/mtx_bitor/05_function.pd new file mode 100644 index 0000000..4784f60 --- /dev/null +++ b/tests/mtx_bitor/05_function.pd @@ -0,0 +1,17 @@ +#N canvas 55 354 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X obj 122 307 ==; +#X obj 122 98 t b; +#X obj 122 174 t f f; +#X msg 122 132 11; +#X obj 122 221 mtx_bitor 7; +#X obj 207 221 | 7; +#X connect 0 0 3 0; +#X connect 2 0 1 0; +#X connect 3 0 5 0; +#X connect 4 0 6 0; +#X connect 4 1 7 0; +#X connect 5 0 4 0; +#X connect 6 0 2 0; +#X connect 7 0 2 1; -- cgit v1.2.1