Hi all,
I ported the easing function made by Gregory Taylor from Gen to js, to be able to use them outside the audio world.
Quite useful to augment the line capabilies and/or map parameters usin sin, logarithmic, exponential, and many other.
Input and output are between 0. and 1. to make it easier to use. (Help file is provided).
Guillaume
EDIT : Download the js + expr version. The other one contain two bugs : "BackEaseOut" and "BackEaseInOut".