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

Function crossf

include/rack0.hpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return math::rescale(x, a, b, yMin, yMax);
92}
93DEPRECATED inline float crossf(float a, float b, float frac) {
94 return crossfade(a, b, frac);
95}
96DEPRECATED inline float interpf(const float* p, float x) {
97 return interpolateLinear(p, x);
98}

Callers

nothing calls this directly

Calls 1

crossfadeFunction · 0.70

Tested by

no test coverage detected