Expand description
Shaping functions for smooth modulation in [0.0, 1.0].
All time-domain functions use f64 so they stay precise after hours
of playback (FunDSP’s hacker module is double-precision).
Functions§
- ease_
in_ out - Cubic ease-in-out on [0, 1] — softer than smoothstep.
- lerp
- sigmoid
- Logistic sigmoid centered at
x0with slopek. - smoothstep
- Hermite smoothstep — zero-derivative ends, used for seamless loops.
- softexp
- Soft exponential —
ratecontrols curvature, 0 → linear, 5 → steep.