diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-10 12:21:19 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-05-10 12:21:19 +0000 |
commit | aa504313c33c5703b20a608fab74c05aa4c38a65 (patch) | |
tree | c861a9d7037ed9f5c50dafacd11987c20ce1722d /abs/mtx_symasym.pd | |
parent | 0c709b26ff5943db694a42fc888a3e3c7e5229a0 (diff) |
new help-patches and added license-text
svn path=/trunk/externals/iem/iemmatrix/; revision=2938
Diffstat (limited to 'abs/mtx_symasym.pd')
-rw-r--r-- | abs/mtx_symasym.pd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/mtx_symasym.pd b/abs/mtx_symasym.pd index d078cab..4fe59f6 100644 --- a/abs/mtx_symasym.pd +++ b/abs/mtx_symasym.pd @@ -1,4 +1,4 @@ -#N canvas 0 0 450 300 10; +#N canvas 0 0 493 363 10; #X obj 61 66 inlet matrix; #X obj 61 255 outlet symmetric; #X obj 105 229 outlet assymetric; @@ -13,6 +13,10 @@ and an assymtric part; #X text 240 101 S=0.5*(M+M'); #X text 240 120 A=0.5*(M-M'); #X text 240 76 M=S+A; +#X text 38 289 (c) 2005 by IOhannes m zmoelnig \, IEM KUG \, graz austria +; +#X text 38 306 for license-details see LICENSE.txt that must come with +iemmatrix.; #X connect 0 0 4 0; #X connect 3 0 8 0; #X connect 4 0 7 0; |