aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_matrix/exist.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-14 10:05:38 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-14 10:05:38 +0000
commit114ae6681da86b06188ef6f5483e968eaffa4ee2 (patch)
treec37c157b853a928fd622d233b08015cb2aa9d1c6 /tests/mtx_matrix/exist.pd
parent15ac39ac9ea778e40c5291699cae5b3b0236f637 (diff)
renamed tests
svn path=/trunk/externals/iem/iemmatrix/; revision=3714
Diffstat (limited to 'tests/mtx_matrix/exist.pd')
-rw-r--r--tests/mtx_matrix/exist.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/mtx_matrix/exist.pd b/tests/mtx_matrix/exist.pd
new file mode 100644
index 0000000..de8b8d0
--- /dev/null
+++ b/tests/mtx_matrix/exist.pd
@@ -0,0 +1,13 @@
+#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 text 67 37 test for existance of [matrix];
+#X obj 122 161 matrix;
+#X msg 122 122 matrix 1 1 1;
+#X connect 0 0 6 0;
+#X connect 2 0 3 0;
+#X connect 3 0 1 0;
+#X connect 5 0 2 0;
+#X connect 6 0 5 0;