aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_abs/01_function.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-20 07:20:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-20 07:20:03 +0000
commit66d9805ca43ed994c5148dac2ee99b4a4f1be3e6 (patch)
tree015d9c12f9a3898b065d28b97537296143fac118 /tests/mtx_abs/01_function.pd
parent81a557eac4f0754ad4f81bcdf8c435ebbe2ea059 (diff)
tests for per-element unary operators
svn path=/trunk/externals/iem/iemmatrix/; revision=3738
Diffstat (limited to 'tests/mtx_abs/01_function.pd')
-rw-r--r--tests/mtx_abs/01_function.pd30
1 files changed, 17 insertions, 13 deletions
diff --git a/tests/mtx_abs/01_function.pd b/tests/mtx_abs/01_function.pd
index 08d6cf0..0ad780e 100644
--- a/tests/mtx_abs/01_function.pd
+++ b/tests/mtx_abs/01_function.pd
@@ -1,17 +1,21 @@
#N canvas 385 142 508 466 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 obj 122 161 mtx_abs;
-#X text 67 37 test for existance of [mtx_abs];
-#X msg 122 183 \$3;
-#X msg 122 140 matrix 1 1 -2;
-#X obj 122 215 == 2;
-#X connect 0 0 7 0;
+#X obj 122 211 mtx_abs;
+#X msg 122 233 \$3;
+#X obj 122 101 t b;
+#X obj 122 151 t f f;
+#X msg 122 190 matrix 1 1 \$1;
+#X obj 165 232 abs;
+#X obj 122 265 ==;
+#X msg 122 127 -2;
+#X connect 0 0 4 0;
#X connect 2 0 3 0;
-#X connect 3 0 1 0;
-#X connect 4 0 6 0;
-#X connect 6 0 8 0;
-#X connect 7 0 4 0;
-#X connect 8 0 2 0;
+#X connect 3 0 8 0;
+#X connect 4 0 9 0;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 6 0 2 0;
+#X connect 7 0 8 1;
+#X connect 8 0 1 0;
+#X connect 9 0 5 0;