aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_bitand/03_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_bitand/03_function.pd')
-rw-r--r--tests/mtx_bitand/03_function.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/mtx_bitand/03_function.pd b/tests/mtx_bitand/03_function.pd
new file mode 100644
index 0000000..f5d8d6d
--- /dev/null
+++ b/tests/mtx_bitand/03_function.pd
@@ -0,0 +1,34 @@
+#N canvas 124 348 508 466 10;
+#X obj 122 37 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X obj 122 296 *;
+#X msg 122 183 \$3 \$4 \$5 \$6;
+#X obj 122 203 unpack 0 0 0 0;
+#X obj 184 255 == 0;
+#X obj 215 255 == 1;
+#X obj 184 296 *;
+#X obj 122 327 *;
+#X obj 122 65 t b b;
+#X obj 122 161 mtx_&;
+#X obj 153 255 == 0;
+#X msg 166 134 matrix 2 2 19 4 0 -7;
+#X msg 122 110 matrix 2 2 3 1 2 3;
+#X obj 122 255 == 3;
+#X connect 0 0 9 0;
+#X connect 2 0 8 0;
+#X connect 3 0 4 0;
+#X connect 4 0 14 0;
+#X connect 4 1 11 0;
+#X connect 4 2 5 0;
+#X connect 4 3 6 0;
+#X connect 5 0 7 0;
+#X connect 6 0 7 1;
+#X connect 7 0 8 1;
+#X connect 8 0 1 0;
+#X connect 9 0 13 0;
+#X connect 9 1 12 0;
+#X connect 10 0 3 0;
+#X connect 11 0 2 1;
+#X connect 12 0 10 1;
+#X connect 13 0 10 0;
+#X connect 14 0 2 0;