diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-26 09:57:07 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-26 09:57:07 +0000 |
commit | f1fd678167fe3a2774674db51ab08d0dde796a8f (patch) | |
tree | 7f5f8405f8a295e3e0f7fa61bc799f3541a3da4d /abs/mtx_logspace.pd | |
parent | ebee618de059be4182f25a44d56ad3e218c1653f (diff) |
added help for mtx_:
and abstractions for lin/logspace.
mtx_colon.c: added simple octave functionality (see help).
svn path=/trunk/externals/iem/iemmatrix/; revision=5413
Diffstat (limited to 'abs/mtx_logspace.pd')
-rw-r--r-- | abs/mtx_logspace.pd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/abs/mtx_logspace.pd b/abs/mtx_logspace.pd new file mode 100644 index 0000000..ea85532 --- /dev/null +++ b/abs/mtx_logspace.pd @@ -0,0 +1,27 @@ +#N canvas 0 0 657 300 10; +#X obj 147 50 inlet; +#X obj 146 219 outlet; +#X obj 147 104 unpack f f f; +#X obj 148 128 log; +#X obj 183 128 log; +#X obj 149 151 pack f f f; +#X obj 148 172 mtx_linspace; +#X obj 147 194 mtx_exp; +#X text 125 1 logspace creates a logarithmical scale between start +and end point with N points; +#X obj 147 80 pack \$1 \$2 \$3; +#X text 385 104 arg1: startval; +#X text 382 120 arg2: stopval; +#X text 378 135 arg3: N; +#X text 315 68 inlet is a 3 argument list; +#X text 347 88 optional creation arguments:; +#X connect 0 0 9 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 2 2 5 2; +#X connect 3 0 5 0; +#X connect 4 0 5 1; +#X connect 5 0 6 0; +#X connect 6 0 7 0; +#X connect 7 0 1 0; +#X connect 9 0 2 0; |