diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
commit | 6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch) | |
tree | 0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_minmax-help.pd | |
parent | dc59cfa163813ebd59ebe8fc441a022e1d8284b9 (diff) |
renamed help-patches; split meta help-patches into smaller ones; TODO: reflect this change in the C-sources
svn path=/trunk/externals/iem/iemmatrix/; revision=4797
Diffstat (limited to 'doc/mtx_minmax-help.pd')
-rw-r--r-- | doc/mtx_minmax-help.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/mtx_minmax-help.pd b/doc/mtx_minmax-help.pd new file mode 100644 index 0000000..692165d --- /dev/null +++ b/doc/mtx_minmax-help.pd @@ -0,0 +1,21 @@ +#N canvas 161 60 480 312 10; +#X text 89 244 updated for; +#X obj 177 244 iemmatrix 0.2; +#X obj 226 270 matrix; +#X text 96 269 see also help for; +#X msg 136 83 3 5; +#X obj 121 23 mtx_minmax; +#X text 223 24 get minimum/maximum of matrix; +#X obj 136 186 print min; +#X obj 201 186 print max; +#X obj 136 106 mtx_rand; +#X obj 136 130 t a a; +#X obj 176 130 mtx_print; +#X text 133 67 get min/max of a matrix; +#X obj 136 152 mtx_minmax; +#X connect 4 0 9 0; +#X connect 9 0 10 0; +#X connect 10 0 13 0; +#X connect 10 1 11 0; +#X connect 13 0 7 0; +#X connect 13 1 8 0; |