|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
#include <warp.hpp>
Static Public Member Functions | |
| static float | warp (float phase, float curve) |
Static Public Attributes | |
| static constexpr float | K = 128.0f |
Rational function warp (float). Zero flash, zero RAM. f(t) = (1+a)*t / (1+a*t), with a = K * curve^2. Inspired by MI Stages WarpPhase (MIT).
|
inlinestatic |
|
staticconstexpr |