aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_add/01_function1.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-18 09:16:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-18 09:16:08 +0000
commit294843ad8b2efa314b2d6e719b87fecd036c73f4 (patch)
tree7ad234a409565a07259d619888fbb8c4106bf662 /tests/mtx_add/01_function1.pd
parentfa57635cfe1bc5b213bd50f2b7ded227f79b28a9 (diff)
test for generic binops
svn path=/trunk/externals/iem/iemmatrix/; revision=3728
Diffstat (limited to 'tests/mtx_add/01_function1.pd')
-rw-r--r--tests/mtx_add/01_function1.pd32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/mtx_add/01_function1.pd b/tests/mtx_add/01_function1.pd
deleted file mode 100644
index b068fc5..0000000
--- a/tests/mtx_add/01_function1.pd
+++ /dev/null
@@ -1,32 +0,0 @@
-#N canvas 385 142 508 466 10;
-#X obj 122 68 inlet bang;
-#X obj 122 385 outlet 1==OK;
-#X text 67 37 test for existance of [mtx_add];
-#X obj 122 98 t b;
-#X msg 122 172 matrix 2 2 0 1 2 3;
-#X obj 122 221 mtx_+ 3;
-#X msg 122 243 \$3 \$4 \$5 \$6;
-#X obj 122 268 unpack 0 0 0 0;
-#X obj 122 307 == 3;
-#X obj 153 307 == 4;
-#X obj 184 307 == 5;
-#X obj 215 307 == 6;
-#X obj 184 330 *;
-#X obj 122 330 *;
-#X obj 122 356 *;
-#X connect 0 0 3 0;
-#X connect 3 0 4 0;
-#X connect 4 0 5 0;
-#X connect 5 0 6 0;
-#X connect 6 0 7 0;
-#X connect 7 0 8 0;
-#X connect 7 1 9 0;
-#X connect 7 2 10 0;
-#X connect 7 3 11 0;
-#X connect 8 0 13 0;
-#X connect 9 0 13 1;
-#X connect 10 0 12 0;
-#X connect 11 0 12 1;
-#X connect 12 0 14 1;
-#X connect 13 0 14 0;
-#X connect 14 0 1 0;