aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_bitor/05_function.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-18 09:16:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-18 09:16:08 +0000
commit294843ad8b2efa314b2d6e719b87fecd036c73f4 (patch)
tree7ad234a409565a07259d619888fbb8c4106bf662 /tests/mtx_bitor/05_function.pd
parentfa57635cfe1bc5b213bd50f2b7ded227f79b28a9 (diff)
test for generic binops
svn path=/trunk/externals/iem/iemmatrix/; revision=3728
Diffstat (limited to 'tests/mtx_bitor/05_function.pd')
-rw-r--r--tests/mtx_bitor/05_function.pd17
1 files changed, 17 insertions, 0 deletions
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;