audio-automation
Time-based parameter automation with interpolation curves for audio applications.

Usage
use *;
let mut env = new;
env.add_point;
env.add_point;
let value = env.get_value_at.unwrap; // interpolated value
Curve types
Linear, Exponential, Logarithmic, SCurve, Stepped, Bezier, Elastic, Bounce, Back, Circular, and polynomial easing variants.
License
MIT or Apache-2.0