aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_minmax/01_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_minmax/01_function.pd')
-rw-r--r--tests/mtx_minmax/01_function.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/mtx_minmax/01_function.pd b/tests/mtx_minmax/01_function.pd
new file mode 100644
index 0000000..ec46d50
--- /dev/null
+++ b/tests/mtx_minmax/01_function.pd
@@ -0,0 +1,23 @@
+#N canvas 50 42 508 466 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X obj 122 101 t b;
+#X obj 122 151 t f f;
+#X msg 122 190 matrix 1 1 \$1;
+#X obj 122 265 ==;
+#X msg 122 127 -2;
+#X obj 122 211 mtx_minmax;
+#X obj 183 265 ==;
+#X obj 122 299 *;
+#X connect 0 0 2 0;
+#X connect 2 0 6 0;
+#X connect 3 0 4 0;
+#X connect 3 1 5 1;
+#X connect 3 1 8 1;
+#X connect 4 0 7 0;
+#X connect 5 0 9 0;
+#X connect 6 0 3 0;
+#X connect 7 0 5 0;
+#X connect 7 1 8 0;
+#X connect 8 0 9 1;
+#X connect 9 0 1 0;