diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-15 18:08:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-15 18:08:32 +0000 |
commit | c14e1f6562ffed9ee93573851ff29a58ac3e7218 (patch) | |
tree | db46c297cd1b13ae48502923ef6db13840352e77 /abs | |
parent | 59780470c472c670b73b1c4a76fa6b8f36dea4d6 (diff) |
merged functionality for [mtx_min] and [mtx_max] into [mtx_minmax] and rebuilt
the 2 objects using the new one
svn path=/trunk/externals/iem/iemmatrix/; revision=4226
Diffstat (limited to 'abs')
-rw-r--r-- | abs/mtx_max.pd | 7 | ||||
-rw-r--r-- | abs/mtx_min.pd | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/abs/mtx_max.pd b/abs/mtx_max.pd new file mode 100644 index 0000000..f9af12a --- /dev/null +++ b/abs/mtx_max.pd @@ -0,0 +1,7 @@ +#N canvas 0 0 450 300 10; +#X obj 164 115 inlet; +#X obj 164 169 mtx_minmax \$1; +#X obj 250 233 outlet; +#X text 122 82 get the maxim[um \, a] of a matrix; +#X connect 0 0 1 0; +#X connect 1 1 2 0; diff --git a/abs/mtx_min.pd b/abs/mtx_min.pd new file mode 100644 index 0000000..d0c44da --- /dev/null +++ b/abs/mtx_min.pd @@ -0,0 +1,7 @@ +#N canvas 0 0 450 300 10; +#X obj 164 115 inlet; +#X obj 164 169 mtx_minmax \$1; +#X obj 164 233 outlet; +#X text 122 82 get the minim[um \, a] of a matrix; +#X connect 0 0 1 0; +#X connect 1 0 2 0; |