MCPcopy Create free account
hub / github.com/VCVRack/Rack / interpf

Function interpf

include/rack0.hpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 return crossfade(a, b, frac);
95}
96DEPRECATED inline float interpf(const float* p, float x) {
97 return interpolateLinear(p, x);
98}
99DEPRECATED inline void complexMult(float* cr, float* ci, float ar, float ai, float br, float bi) {
100 complexMult(ar, ai, br, bi, cr, ci);
101}

Callers

nothing calls this directly

Calls 1

interpolateLinearFunction · 0.85

Tested by

no test coverage detected