aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_int/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_int/01_function.pd
parent81a557eac4f0754ad4f81bcdf8c435ebbe2ea059 (diff)
tests for per-element unary operators
svn path=/trunk/externals/iem/iemmatrix/; revision=3738
Diffstat (limited to 'tests/mtx_int/01_function.pd')
-rw-r--r--tests/mtx_int/01_function.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/mtx_int/01_function.pd b/tests/mtx_int/01_function.pd
new file mode 100644
index 0000000..9c93fcf
--- /dev/null
+++ b/tests/mtx_int/01_function.pd
@@ -0,0 +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 211 mtx_int;
+#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 int;
+#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 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;