aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_add/01_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_add/01_function.pd')
-rw-r--r--tests/mtx_add/01_function.pd15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/mtx_add/01_function.pd b/tests/mtx_add/01_function.pd
new file mode 100644
index 0000000..67c4987
--- /dev/null
+++ b/tests/mtx_add/01_function.pd
@@ -0,0 +1,15 @@
+#N canvas 385 142 508 466 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X text 67 37 test for existance of [mtx_add];
+#X obj 122 98 t b;
+#X msg 122 172 matrix 1 1 1;
+#X obj 122 221 mtx_add 3;
+#X obj 122 286 == 4;
+#X msg 122 252 \$3;
+#X connect 0 0 3 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 0;
+#X connect 5 0 7 0;
+#X connect 6 0 1 0;
+#X connect 7 0 6 0;