1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
#N canvas 54 132 670 392 10;
#X declare -lib iemmatrix;
#X obj 595 53 matrix;
#X text 465 52 see also help for;
#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 text 90 15 [mtx_reverse];
#N canvas 460 154 494 171 META 0;
#X text 12 105 AUTHOR IOhannes m zmoelnig;
#X text 12 85 OUTLET_0 matrix;
#X text 12 125 HELP_PATCH_AUTHORS IOhannes m zmölnig;
#X text 12 25 LICENSE GPL-2+;
#X text 12 65 INLET_0 matrix;
#X text 12 5 KEYWORDS control matrix;
#X text 12 44 DESCRIPTION reverse order of rows/columns/elements of a matrix, f 68;
#X obj 16 147 declare -lib iemmatrix;
#X restore 582 17 pd META;
#X connect 2 0 4 0;
#X connect 2 1 3 0;
#X connect 4 0 8 0;
#X connect 5 0 2 0;
#X connect 6 0 5 0;
#X connect 9 0 13 0;
#X connect 10 0 13 0;
#X connect 11 0 13 0;
#X connect 12 0 13 0;
#X connect 13 0 4 0;
#X connect 15 0 13 0;
#X connect 16 0 13 0;
|