diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-29 08:18:10 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-29 08:18:10 +0000 |
commit | 7be5174a458ec17dca321e1dbdae4543d3ec5001 (patch) | |
tree | 070afb5fe6cef61f019c9ffff302bf704791a02e /abs | |
parent | 7c12bc40ad8634c2c0b0ffa3f2cd74e3bd479591 (diff) |
added three lines to mtx_tab-help to demonstrate data sharing between
mtx_tab objects.
svn path=/trunk/externals/iem/iemmatrix/; revision=5770
Diffstat (limited to 'abs')
-rw-r--r-- | abs/mtx_tab-help.pd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/mtx_tab-help.pd b/abs/mtx_tab-help.pd index afdf3f6..1abcdc4 100644 --- a/abs/mtx_tab-help.pd +++ b/abs/mtx_tab-help.pd @@ -22,6 +22,12 @@ help; #X text 487 158 see also:; #X obj 558 158 mtx; #X text 433 81 local table; +#X obj 383 215 mtx_tab \$0-table; +#X obj 383 260 mtx_print other; +#X obj 383 237 mtx_+ 1; +#X obj 383 193 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 423 191 ones 1 3; #X connect 0 0 11 0; #X connect 2 0 3 0; #X connect 3 0 0 0; @@ -34,3 +40,7 @@ help; #X connect 11 0 5 0; #X connect 11 1 12 0; #X connect 13 0 0 0; +#X connect 20 0 22 0; +#X connect 22 0 21 0; +#X connect 23 0 20 0; +#X connect 24 0 20 0; |