aboutsummaryrefslogtreecommitdiff
path: root/matrix_mul_line8~-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'matrix_mul_line8~-help.pd')
-rw-r--r--matrix_mul_line8~-help.pd113
1 files changed, 113 insertions, 0 deletions
diff --git a/matrix_mul_line8~-help.pd b/matrix_mul_line8~-help.pd
new file mode 100644
index 0000000..69bf505
--- /dev/null
+++ b/matrix_mul_line8~-help.pd
@@ -0,0 +1,113 @@
+#N canvas 44 20 890 532 10;
+#X obj 18 44 dsp;
+#X obj 18 14 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
+;
+#X floatatom 18 100 5 0 0 0 - - -;
+#X floatatom 33 74 5 0 0 0 - - -;
+#X obj 36 347 sig~ 1;
+#X obj 112 348 sig~ 2;
+#X obj 188 349 sig~ 4;
+#X obj 37 420 unsig~;
+#X floatatom 37 444 5 0 0 0 - - -;
+#X obj 87 420 unsig~;
+#X floatatom 87 444 5 0 0 0 - - -;
+#X obj 229 374 any;
+#X obj 382 374 pp element;
+#X obj 382 329 f;
+#X floatatom 423 300 4 1 3 0 - - -;
+#X floatatom 395 300 4 1 4 0 - - -;
+#X obj 372 307 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X obj 137 420 unsig~;
+#X floatatom 137 444 5 0 0 0 - - -;
+#X obj 188 420 unsig~;
+#X floatatom 188 444 5 0 0 0 - - -;
+#X msg 229 86 matrix 4 3 0 0 0 0 0 0 0 0 0 0 0 0;
+#X msg 229 110 matrix 4 3 1 1 1 1 1 1 1 1 1 1 1 1;
+#X obj 382 351 pack 0 0 0;
+#X floatatom 452 300 5 0 0 0 - - -;
+#X msg 229 182 col 1 10 10 10 10;
+#X msg 229 202 col 2 20 20 20 20;
+#X msg 229 222 col 3 30 30 30 30;
+#X msg 229 253 row 1 100 100 100;
+#X msg 229 273 row 2 200 200 200;
+#X msg 229 293 row 3 300 300 300;
+#X msg 229 313 row 4 400 400 400;
+#X msg 229 131 matrix 4 3 1 0 0 0 1 0 0 0 1 0.1 0.1 0.1;
+#X msg 229 152 matrix 4 3 -0.5 -0.5 -0.5 0 0 -1 0 -1 0 -1 0 0;
+#X text 549 81 message "matrix";
+#X text 555 98 1.) item <float> Nr. of outlets = rows;
+#X text 555 111 2.) item <float> Nr. of inlets = columns;
+#X text 578 127 + (nr_rows * nr_columns) elements;
+#X text 555 187 message "col";
+#X text 561 204 1.) item <float> column_index (1 .. nr_columns);
+#X text 592 218 + nr_rows elements;
+#X text 559 249 message "row";
+#X text 562 265 1.) item <float> row_index (1 .. nr_rows);
+#X text 593 279 + nr_columns elements;
+#X text 477 336 message "element";
+#X text 491 353 1.) item <float> row_index (1 .. nr_rows);
+#X text 491 365 2.) item <float> column_index (1 .. nr_columns);
+#X text 491 379 3.) item <float> matrix-element at row_index \, column_index
+;
+#X text 237 411 2.arg <float> Nr. of outlets = rows;
+#X text 237 400 1.arg <float> Nr. of inlets = columns;
+#X text 630 24 SIG_OUT = A * SIG_IN;
+#X text 257 434 from previous state to next state of matrix;
+#X msg 10 179 time 100;
+#X msg 10 205 time 3000;
+#X msg 12 276 stop;
+#X text 216 14 multiplies a nr_columns-dimensional signal-in-vector
+with a dynamic changeable (like line~) signal-matrix to a nr_rows-dimensional
+signal-out-vector;
+#X text 27 223 message "time";
+#X text 34 236 1.) item <float> interpolation-time in ms;
+#X text 51 275 message "stop";
+#X text 51 287 interrupts the interpolation;
+#X text 82 12 matrix_mul_line8~;
+#X obj 37 391 matrix_mul_line8~ 3 4 3000;
+#X text 237 422 3.arg <float> interpolation-time in ms;
+#X text 208 52 interpolation of matrix-elements will be done only every
+8 samples;
+#X text 78 496 IEM KUG;
+#X text 62 484 musil;
+#X text 92 484 @;
+#X text 98 484 iem.at;
+#X text 61 506 Graz \, Austria;
+#X text 13 473 (c) Thomas Musil 2000 - 2006;
+#X connect 0 0 2 0;
+#X connect 0 1 3 0;
+#X connect 1 0 0 0;
+#X connect 4 0 61 0;
+#X connect 5 0 61 1;
+#X connect 6 0 61 2;
+#X connect 7 0 8 0;
+#X connect 9 0 10 0;
+#X connect 11 0 61 0;
+#X connect 12 0 61 0;
+#X connect 13 0 23 0;
+#X connect 14 0 23 1;
+#X connect 15 0 13 1;
+#X connect 16 0 13 0;
+#X connect 17 0 18 0;
+#X connect 19 0 20 0;
+#X connect 21 0 11 0;
+#X connect 22 0 11 0;
+#X connect 23 0 12 0;
+#X connect 24 0 23 2;
+#X connect 25 0 11 0;
+#X connect 26 0 11 0;
+#X connect 27 0 11 0;
+#X connect 28 0 11 0;
+#X connect 29 0 11 0;
+#X connect 30 0 11 0;
+#X connect 31 0 11 0;
+#X connect 32 0 11 0;
+#X connect 33 0 11 0;
+#X connect 52 0 61 0;
+#X connect 53 0 61 0;
+#X connect 54 0 61 0;
+#X connect 61 0 7 0;
+#X connect 61 1 9 0;
+#X connect 61 2 17 0;
+#X connect 61 3 19 0;