aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_reverse-help.pd
blob: 5290ab946b5cf8633bc08894bf913d9b0f58ee4e (plain)
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
#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 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];
#X connect 4 0 6 0;
#X connect 4 1 5 0;
#X connect 6 0 10 0;
#X connect 7 0 4 0;
#X connect 8 0 7 0;
#X connect 11 0 15 0;
#X connect 12 0 15 0;
#X connect 13 0 15 0;
#X connect 14 0 15 0;
#X connect 15 0 6 0;
#X connect 17 0 15 0;
#X connect 18 0 15 0;