Update of /cvsroot/pure-data/externals/iem/iemmatrix/abs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9006/abs
Added Files: mtx_max.pd mtx_min.pd Log Message: merged functionality for [mtx_min] and [mtx_max] into [mtx_minmax] and rebuilt the 2 objects using the new one
--- NEW FILE: mtx_min.pd --- #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;
--- NEW FILE: mtx_max.pd --- #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;