From c14e1f6562ffed9ee93573851ff29a58ac3e7218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 15 Dec 2005 18:08:32 +0000 Subject: 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 --- abs/mtx_max.pd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 abs/mtx_max.pd (limited to 'abs/mtx_max.pd') 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; -- cgit v1.2.1