From e593b8e98687f93cced437c72c75e89608b8ce7a Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Mon, 28 Aug 2006 16:04:46 +0000 Subject: 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 --- abs/mtx_logspace-help.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 abs/mtx_logspace-help.pd (limited to 'abs/mtx_logspace-help.pd') diff --git a/abs/mtx_logspace-help.pd b/abs/mtx_logspace-help.pd new file mode 100644 index 0000000..18410f6 --- /dev/null +++ b/abs/mtx_logspace-help.pd @@ -0,0 +1,14 @@ +#N canvas 439 163 841 379 10; +#X text 482 28 part of iemmatrix; +#X text 268 138 inlet: [startval stopval n(; +#X text 268 157 outlet: matrix/vector; +#X text 465 324 see also:; +#X obj 33 187 mtx_print; +#X text 43 34 [mtx_logspace]; +#X text 166 69 creates a logarithmically spaced vector from a startvalue +to a stopvalue with n entries; +#X obj 33 165 mtx_logspace; +#X msg 33 142 1 10000 9; +#X obj 535 325 mtx_linspace; +#X connect 7 0 4 0; +#X connect 8 0 7 0; -- cgit v1.2.1