aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_row-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
commit6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch)
tree0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_row-help.pd
parentdc59cfa163813ebd59ebe8fc441a022e1d8284b9 (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_row-help.pd')
-rw-r--r--doc/mtx_row-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/mtx_row-help.pd b/doc/mtx_row-help.pd
new file mode 100644
index 0000000..abcdfe9
--- /dev/null
+++ b/doc/mtx_row-help.pd
@@ -0,0 +1,26 @@
+#N canvas 136 41 544 373 10;
+#X text 276 28 updated for;
+#X obj 364 28 iemmatrix 0.2;
+#X obj 413 54 matrix;
+#X text 283 53 see also help for;
+#X obj 413 96 mtx_col;
+#X obj 89 32 mtx_row;
+#X text 19 9 set rows of a matrix;
+#X obj 53 259 mtx_print;
+#X obj 64 217 mtx_ones 5 3;
+#X msg 64 198 bang;
+#X obj 53 240 mtx_row 4 3;
+#X msg 182 195 0;
+#X text 213 195 set all rows;
+#X msg 174 173 2;
+#X text 214 170 set row [2];
+#X msg 53 146 -1 2 3 4 5;
+#X text 133 242 creation: mtx_row [<row> <col> [<posR>]];
+#X text 55 129 set matrix rows;
+#X obj 413 76 mtx_element;
+#X connect 8 0 10 0;
+#X connect 9 0 8 0;
+#X connect 10 0 7 0;
+#X connect 11 0 10 1;
+#X connect 13 0 10 1;
+#X connect 15 0 10 0;