47 const float t1 = 0.5f * t;
48 const float t2 = t1 * t1;
49 const float t4 = t2 * t2;
50 return 0.1875f - t1 + 1.5f * t2 - t4;
Band-limited oscillator corrections.
float next_integrated_blep(float t)
float this_integrated_blep(float t)
Correction for the current sample at a slope discontinuity.
float next_blep(float t)
Correction for the next sample at a step discontinuity.