I implemented a curved mapping expression generator, which allows for simple curved mappings having either a "logarithmic" or "exponential" shape. The expression for the curve is based on SuperCollider's function lincurve.
The implementation uses the range of the source and destination to create the curve. The curve coefficient can be changed with a slider and is currently limited arbitrarily to the range [-16,16].
I implemented a curved mapping expression generator, which allows for simple curved mappings having either a "logarithmic" or "exponential" shape. The expression for the curve is based on SuperCollider's function lincurve.
The implementation uses the range of the source and destination to create the curve. The curve coefficient can be changed with a slider and is currently limited arbitrarily to the range [-16,16].