Logarithmic envelope generator
-
I've been trying to figure out the simplest way to output ramp from one value to next at a logarithmic rate so that the earliest numbers are output more quickly than the last numbers. I've tried adding many segments to envelope, but it's not smooth enough. Thanks so much.
-
the curvature actor
-
or Math.log(10) actor
--8 -
or use part of a sine wave from the wave generator actor