diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-20 20:42:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-20 20:42:59 +0000 |
commit | fccb2308e4d0cce01f2f949256aa3d880fd945c9 (patch) | |
tree | 2e467b6463e06a61530b7b641b88aef479afdb81 /hid_log.pd | |
parent | cfce656d6f38cc992c094eeb09f200e5c6966563 (diff) |
updated math to generate proper curves
svn path=/trunk/externals/hcs/hid/; revision=3043
Diffstat (limited to 'hid_log.pd')
-rw-r--r-- | hid_log.pd | 26 |
1 files changed, 9 insertions, 17 deletions
@@ -1,19 +1,11 @@ -#N canvas 252 423 381 307 10; -#X obj 84 32 inlet; -#X obj 84 249 outlet; -#X text 132 32 input range: 0 to 1; -#X text 140 249 output range: 0 to 1; +#N canvas 297 485 422 322 10; +#X obj 31 45 inlet; +#X obj 31 282 outlet; +#X text 79 45 input range: 0 to 1; +#X text 87 282 output range: 0 to 1; #X text 9 5 [hid_log]; -#X obj 84 134 * 1.71828; -#X obj 84 153 + 1; -#X obj 84 193 log; -#X text 92 172 the values are scaled from 1 to e; -#X text 150 134 (e - 1); -#X obj 84 65 min 1; -#X obj 84 86 max 0; -#X connect 0 0 10 0; +#X obj 30 145 rmstodb; +#X obj 30 175 / 100; +#X connect 0 0 5 0; #X connect 5 0 6 0; -#X connect 6 0 7 0; -#X connect 7 0 1 0; -#X connect 10 0 11 0; -#X connect 11 0 5 0; +#X connect 6 0 1 0; |