libmapper / webmapper

An HTML5-based graphical interface to libmapper.
http://www.libmapper.org
GNU Lesser General Public License v2.1
17 stars 15 forks source link

Curved mappings #19

Closed mathiasbredholt closed 4 years ago

mathiasbredholt commented 4 years ago

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].

mathiasbredholt commented 4 years ago

Screen Shot 2020-02-27 at 4 44 39 PM