aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_size/01_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_size/01_function.pd')
-rw-r--r--tests/mtx_size/01_function.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/mtx_size/01_function.pd b/tests/mtx_size/01_function.pd
new file mode 100644
index 0000000..81baa4a
--- /dev/null
+++ b/tests/mtx_size/01_function.pd
@@ -0,0 +1,25 @@
+#N canvas 385 142 508 466 10;
+#X obj 122 68 inlet bang;
+#X obj 122 335 outlet 1==OK;
+#X obj 122 211 mtx_size;
+#X obj 122 90 t b;
+#X msg 122 132 1 8;
+#X obj 122 161 t l l;
+#X msg 122 190 matrix \$1 \$2 -2;
+#X obj 204 211 unpack;
+#X obj 122 259 ==;
+#X obj 173 259 ==;
+#X obj 122 297 *;
+#X connect 0 0 3 0;
+#X connect 2 0 8 0;
+#X connect 2 1 9 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 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 7 1 9 1;
+#X connect 8 0 10 0;
+#X connect 9 0 10 1;
+#X connect 10 0 1 0;