From 41e9a4827b4a24b58260028f28a4c5444cb173f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 29 Mar 2006 12:39:04 +0000 Subject: a help patch for this object svn path=/trunk/externals/iem/iemmatrix/; revision=4805 --- doc/mtx_reverse-help.pd | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/mtx_reverse-help.pd diff --git a/doc/mtx_reverse-help.pd b/doc/mtx_reverse-help.pd new file mode 100644 index 0000000..018c5ea --- /dev/null +++ b/doc/mtx_reverse-help.pd @@ -0,0 +1,39 @@ +#N canvas 54 132 670 392 10; +#X text 458 17 updated for; +#X obj 546 17 iemmatrix 0.2; +#X obj 595 43 matrix; +#X text 465 42 see also help for; +#X text 90 15 [mtx_transpose]; +#X obj 42 139 t a a; +#X obj 84 140 mtx_print org; +#X obj 42 229 mtx_reverse; +#X obj 42 116 mtx_rand 3 4; +#X msg 42 94 bang; +#X text 108 35 revert order of rows/columns/elements; +#X obj 42 257 mtx_print reversed; +#X msg 244 172 mode row; +#X msg 244 146 mode column; +#X msg 331 145 mode col; +#X msg 397 145 mode :; +#X obj 155 196 t a; +#X text 39 77 revert a matrix; +#X msg 244 196 mode element; +#X msg 338 197 mode .; +#X text 450 145 revert columns (default); +#X text 454 175 revert rows; +#X text 456 198 revert elements; +#X text 82 310 You can also set the mode via the argument to the object: +; +#X obj 491 310 mtx_reverse row; +#X connect 5 0 7 0; +#X connect 5 1 6 0; +#X connect 7 0 11 0; +#X connect 8 0 5 0; +#X connect 9 0 8 0; +#X connect 12 0 16 0; +#X connect 13 0 16 0; +#X connect 14 0 16 0; +#X connect 15 0 16 0; +#X connect 16 0 7 0; +#X connect 18 0 16 0; +#X connect 19 0 16 0; -- cgit v1.2.1