aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_minmax/02_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_minmax/02_function.pd')
-rw-r--r--tests/mtx_minmax/02_function.pd46
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/mtx_minmax/02_function.pd b/tests/mtx_minmax/02_function.pd
new file mode 100644
index 0000000..1643058
--- /dev/null
+++ b/tests/mtx_minmax/02_function.pd
@@ -0,0 +1,46 @@
+#N canvas 175 99 591 461 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X text 67 37 test for existance of [mtx_abs];
+#X msg 122 170 matrix 2 2 \$1 \$2 \$3 \$4;
+#X obj 122 89 t b;
+#X msg 122 110 3 -1 -10.5 0;
+#X obj 122 300 *;
+#X obj 285 168 unpack 0 0 0 0;
+#X obj 122 277 ==;
+#X obj 153 277 ==;
+#X obj 122 191 mtx_minmax;
+#X obj 285 189 min;
+#X obj 347 188 min;
+#X obj 285 209 min;
+#X obj 122 135 t l l l;
+#X obj 387 167 unpack 0 0 0 0;
+#X obj 387 188 max;
+#X obj 449 187 max;
+#X obj 387 208 max;
+#X connect 0 0 4 0;
+#X connect 3 0 10 0;
+#X connect 4 0 5 0;
+#X connect 5 0 14 0;
+#X connect 6 0 1 0;
+#X connect 7 0 11 0;
+#X connect 7 1 11 1;
+#X connect 7 2 12 0;
+#X connect 7 3 12 1;
+#X connect 8 0 6 0;
+#X connect 9 0 6 1;
+#X connect 10 0 8 0;
+#X connect 10 1 9 0;
+#X connect 11 0 13 0;
+#X connect 12 0 13 1;
+#X connect 13 0 8 1;
+#X connect 14 0 3 0;
+#X connect 14 1 7 0;
+#X connect 14 2 15 0;
+#X connect 15 0 16 0;
+#X connect 15 1 16 1;
+#X connect 15 2 17 0;
+#X connect 15 3 17 1;
+#X connect 16 0 18 0;
+#X connect 17 0 18 1;
+#X connect 18 0 9 1;