diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-28 16:04:46 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-08-28 16:04:46 +0000 |
commit | e593b8e98687f93cced437c72c75e89608b8ce7a (patch) | |
tree | 43bee1b8e174fea459176f00ea3cf052b9dafb01 /abs/mtx_linspace-help.pd | |
parent | c3addc6fc099e7b8c6afef9fc6faf4548cbb6a64 (diff) |
added multichannel soundfiler abstractions for reading and writing
matrix rows into sound files. and some documentation for mtx_lin/logspace
svn path=/trunk/externals/iem/iemmatrix/; revision=5763
Diffstat (limited to 'abs/mtx_linspace-help.pd')
-rw-r--r-- | abs/mtx_linspace-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/mtx_linspace-help.pd b/abs/mtx_linspace-help.pd new file mode 100644 index 0000000..22ad7e7 --- /dev/null +++ b/abs/mtx_linspace-help.pd @@ -0,0 +1,14 @@ +#N canvas 439 163 841 379 10; +#X text 482 28 part of iemmatrix; +#X text 43 34 [mtx_linspace]; +#X text 166 69 creates a linearly spaced vector from a startvalue to +a stopvalue with n entries; +#X text 268 138 inlet: [startval stopval n(; +#X text 268 157 outlet: matrix/vector; +#X text 465 324 see also:; +#X obj 535 325 mtx_logspace; +#X obj 33 165 mtx_linspace; +#X obj 33 187 mtx_print; +#X msg 33 143 1 4 10; +#X connect 7 0 8 0; +#X connect 9 0 7 0; |