aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abs/mtx_tab.pd32
1 files changed, 18 insertions, 14 deletions
diff --git a/abs/mtx_tab.pd b/abs/mtx_tab.pd
index c2b898b..c4d4c9d 100644
--- a/abs/mtx_tab.pd
+++ b/abs/mtx_tab.pd
@@ -1,13 +1,13 @@
#N canvas 98 259 645 400 10;
#X obj 33 14 inlet;
#X obj 247 6 inlet;
-#X obj 286 339 s \$1;
-#X obj 286 316 list prepend 0;
-#X obj 247 276 t a a;
-#X obj 286 276 mtx_size;
-#X obj 347 276 *;
-#X msg 336 295 resize \$1;
-#X obj 247 257 relay matrix;
+#X obj 286 354 s \$1;
+#X obj 286 331 list prepend 0;
+#X obj 247 291 t a a;
+#X obj 286 291 mtx_size;
+#X obj 347 291 *;
+#X msg 336 310 resize \$1;
+#X obj 247 272 relay matrix;
#X obj 33 55 t a a;
#X obj 33 348 outlet;
#X obj 33 34 relay matrix;
@@ -19,8 +19,8 @@
#X obj 112 176 spigot;
#X msg 162 176 0;
#X msg 190 176 1;
-#X obj 247 295 list split 1;
-#X obj 372 276 + 2;
+#X obj 247 310 list split 1;
+#X obj 372 291 + 2;
#X text 356 13 \$1 ... table name;
#X text 446 125 part of iemmatrix.;
#X text 434 151 requires zexy [relay];
@@ -29,19 +29,22 @@
#X text 209 35 mtx_tab behaves just like a "mtx" object that stores
its internal matrix in a table. So this matrix can be seen as a local/global
variable of the workspace.;
-#X text 328 340 send to table;
+#X text 328 355 send to table;
#X text 226 79 get from table;
#X text 138 158 if no output: send to table anyway;
-#X text 489 261 Franz Zotter 2006;
+#X text 489 276 Franz Zotter 2006;
#X obj 112 223 t b a;
#X obj 112 137 t b b a b;
-#X obj 111 245 spigot;
+#X obj 111 271 spigot;
#X msg 152 223 0;
#X msg 181 223 1;
#X obj 38 176 route bang;
+#X obj 457 359 print;
+#X obj 142 244 t a a;
#X connect 0 0 11 0;
#X connect 1 0 8 0;
#X connect 3 0 2 0;
+#X connect 3 0 38 0;
#X connect 4 0 20 0;
#X connect 4 1 5 0;
#X connect 5 0 6 0;
@@ -65,8 +68,7 @@ variable of the workspace.;
#X connect 20 1 3 0;
#X connect 21 0 7 0;
#X connect 32 0 18 0;
-#X connect 32 1 34 0;
-#X connect 32 1 8 0;
+#X connect 32 1 39 0;
#X connect 33 0 17 0;
#X connect 33 1 35 0;
#X connect 33 2 37 0;
@@ -77,3 +79,5 @@ variable of the workspace.;
#X connect 36 0 34 1;
#X connect 37 0 12 0;
#X connect 37 1 12 0;
+#X connect 39 0 34 0;
+#X connect 39 1 8 0;