aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_max/04_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_max/04_function.pd')
-rw-r--r--tests/mtx_max/04_function.pd43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/mtx_max/04_function.pd b/tests/mtx_max/04_function.pd
new file mode 100644
index 0000000..2fc17bc
--- /dev/null
+++ b/tests/mtx_max/04_function.pd
@@ -0,0 +1,43 @@
+#N canvas 105 62 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_max];
+#X obj 122 89 t b;
+#X obj 122 135 t l l;
+#X msg 122 170 matrix 2 3 \$1 \$2 \$3 \$4 \$5 \$6;
+#X msg 122 110 3 -1 10.5 0.05 0 12;
+#X obj 138 226 unpack 0 0 0 0 0 0;
+#X obj 138 247 max;
+#X obj 169 247 max;
+#X obj 200 246 max;
+#X obj 122 330 *;
+#X obj 122 356 *;
+#X obj 122 307 ==;
+#X obj 161 307 ==;
+#X obj 201 307 ==;
+#X obj 122 285 unpack 0 0 0;
+#X obj 122 191 mtx_max col;
+#X connect 0 0 3 0;
+#X connect 3 0 6 0;
+#X connect 4 0 5 0;
+#X connect 4 1 7 0;
+#X connect 5 0 17 0;
+#X connect 6 0 4 0;
+#X connect 7 0 8 0;
+#X connect 7 1 9 0;
+#X connect 7 2 10 0;
+#X connect 7 3 8 1;
+#X connect 7 4 9 1;
+#X connect 7 5 10 1;
+#X connect 8 0 13 1;
+#X connect 9 0 14 1;
+#X connect 10 0 15 1;
+#X connect 11 0 12 0;
+#X connect 12 0 1 0;
+#X connect 13 0 11 0;
+#X connect 14 0 11 1;
+#X connect 15 0 12 1;
+#X connect 16 0 13 0;
+#X connect 16 1 14 0;
+#X connect 16 2 15 0;
+#X connect 17 0 16 0;