aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_tab.pd
blob: d3fc63dbf5d3036eee5c2813ec6c2d5d5709ad97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#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 247 relay matrix;
#X obj 33 55 t a a;
#X obj 33 348 outlet;
#X obj 33 34 relay matrix;
#X obj 112 219 mtx;
#X obj 112 56 t a b;
#X obj 142 76 tabdump \$1;
#X obj 142 96 list prepend matrix;
#X obj 142 116 list trim;
#X msg 159 248 1;
#X obj 112 248 spigot;
#X obj 112 137 t b a b;
#X obj 112 195 spigot;
#X msg 158 195 0;
#X obj 112 268 t a b;
#X msg 188 248 0;
#X msg 187 195 1;
#X obj 247 295 list split 1;
#X obj 372 276 + 2;
#X obj 38 195 relay bang;
#X text 356 13 \$1 ... table name;
#X text 446 125 part of iemmatrix.;
#X text 434 151 requires zexy [relay];
#X text 495 187 see also:;
#X obj 563 186 mtx;
#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 226 79 get from table;
#X text 30 174 exclude bang;
#X text 138 177 if no output: send to table anyway;
#X text 489 261 Franz Zotter 2006;
#X connect 0 0 11 0;
#X connect 1 0 8 0;
#X connect 3 0 2 0;
#X connect 4 0 25 0;
#X connect 4 1 5 0;
#X connect 5 0 6 0;
#X connect 5 1 6 1;
#X connect 6 0 26 0;
#X connect 7 0 2 0;
#X connect 8 0 4 0;
#X connect 9 0 10 0;
#X connect 9 1 4 0;
#X connect 11 0 9 0;
#X connect 11 1 13 0;
#X connect 12 0 18 0;
#X connect 12 0 8 0;
#X connect 13 0 19 0;
#X connect 13 1 14 0;
#X connect 14 0 15 0;
#X connect 15 0 16 0;
#X connect 16 0 12 1;
#X connect 17 0 18 1;
#X connect 18 0 22 0;
#X connect 19 0 20 0;
#X connect 19 1 27 0;
#X connect 19 2 17 0;
#X connect 19 2 24 0;
#X connect 20 0 12 0;
#X connect 21 0 20 1;
#X connect 22 0 10 0;
#X connect 22 1 23 0;
#X connect 22 1 21 0;
#X connect 23 0 18 1;
#X connect 24 0 20 1;
#X connect 25 1 3 0;
#X connect 26 0 7 0;
#X connect 27 1 12 0;