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

Function rescalef

include/rack0.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 return chop(x, eps);
89}
90DEPRECATED inline float rescalef(float x, float a, float b, float yMin, float yMax) {
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}

Callers

nothing calls this directly

Calls 1

rescaleFunction · 0.70

Tested by

no test coverage detected