aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 13:07:48 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 13:07:48 +0000
commit0bad9be7b54fce990a34af835aa01ad6568395da (patch)
tree3933843c3bdf02c4175493cd2ba530aa67c9f19b /tests
parentc3a067dc355fc57a5759d4e9a97bcbcd878caf13 (diff)
fixed mtx_diegg and tests (it was really inconsistent)
svn path=/trunk/externals/iem/iemmatrix/; revision=9115
Diffstat (limited to 'tests')
-rw-r--r--tests/mtx_diegg/01_init.pd5
-rw-r--r--tests/mtx_diegg/02_getdiegg.pd17
-rw-r--r--tests/mtx_diegg/02_init.pd3
3 files changed, 17 insertions, 8 deletions
diff --git a/tests/mtx_diegg/01_init.pd b/tests/mtx_diegg/01_init.pd
index 72ed245..4675850 100644
--- a/tests/mtx_diegg/01_init.pd
+++ b/tests/mtx_diegg/01_init.pd
@@ -1,4 +1,4 @@
-#N canvas 0 0 450 432 10;
+#N canvas 192 359 450 432 10;
#X msg 69 90 bang;
#X obj 69 187 unpack 0 0 0 0 0 0;
#X obj 141 212 == 1;
@@ -12,6 +12,9 @@
#X obj 69 145 mtx_diegg 1 2;
#X obj 69 65 inlet bang;
#X obj 117 305 outlet;
+#X text 265 139 0 1;
+#X text 265 154 2 0;
+#X text 200 145 1 2 -->;
#X connect 0 0 10 0;
#X connect 1 2 3 0;
#X connect 1 3 2 0;
diff --git a/tests/mtx_diegg/02_getdiegg.pd b/tests/mtx_diegg/02_getdiegg.pd
index a4b3944..2d19d89 100644
--- a/tests/mtx_diegg/02_getdiegg.pd
+++ b/tests/mtx_diegg/02_getdiegg.pd
@@ -1,17 +1,20 @@
-#N canvas 0 0 450 432 10;
+#N canvas 446 389 450 432 10;
#X obj 87 257 *;
#X obj 69 65 inlet bang;
#X obj 87 305 outlet;
#X obj 69 125 mtx_diegg;
#X msg 69 90 matrix 2 2 0 1 2 0;
#X obj 69 187 unpack 0 0;
-#X obj 87 235 == 2;
-#X obj 111 212 == 1;
+#X text 265 139 0 1;
+#X text 265 154 2 0;
+#X text 297 145 --> 1 2;
+#X obj 87 235 == 1;
+#X obj 111 212 == 2;
#X connect 0 0 2 0;
#X connect 1 0 4 0;
#X connect 3 0 5 0;
#X connect 4 0 3 0;
-#X connect 5 0 6 0;
-#X connect 5 1 7 0;
-#X connect 6 0 0 0;
-#X connect 7 0 0 1;
+#X connect 5 0 9 0;
+#X connect 5 1 10 0;
+#X connect 9 0 0 0;
+#X connect 10 0 0 1;
diff --git a/tests/mtx_diegg/02_init.pd b/tests/mtx_diegg/02_init.pd
index 307a1e5..d66366f 100644
--- a/tests/mtx_diegg/02_init.pd
+++ b/tests/mtx_diegg/02_init.pd
@@ -13,6 +13,9 @@
#X obj 69 145 mtx_diegg;
#X msg 69 126 1 2;
#X obj 69 166 route matrix;
+#X text 265 139 0 1;
+#X text 265 154 2 0;
+#X text 200 145 1 2 -->;
#X connect 0 0 12 0;
#X connect 1 2 3 0;
#X connect 1 3 2 0;