aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_min/00_exist.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 18:29:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 18:29:32 +0000
commit7a0042776ce2db5c4959afd6f6f19a19303aebfd (patch)
tree799cbccbc0399f78920153c38c4f525c947b7eae /tests/mtx_min/00_exist.pd
parentc14e1f6562ffed9ee93573851ff29a58ac3e7218 (diff)
added tests for mtx_min, mtx_max and mtx_minmax
svn path=/trunk/externals/iem/iemmatrix/; revision=4227
Diffstat (limited to 'tests/mtx_min/00_exist.pd')
-rw-r--r--tests/mtx_min/00_exist.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/mtx_min/00_exist.pd b/tests/mtx_min/00_exist.pd
new file mode 100644
index 0000000..8187198
--- /dev/null
+++ b/tests/mtx_min/00_exist.pd
@@ -0,0 +1,13 @@
+#N canvas 0 77 396 423 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X obj 122 347 b;
+#X msg 122 366 1;
+#X msg 122 122 matrix 1 1 1;
+#X obj 122 161 mtx_min;
+#X text 67 37 test for existance of [mtx_min];
+#X connect 0 0 4 0;
+#X connect 2 0 3 0;
+#X connect 3 0 1 0;
+#X connect 4 0 5 0;
+#X connect 5 0 2 0;