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

Function crossfade

include/simd/functions.hpp:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261using math::crossfade;
262
263inline float_4 crossfade(float_4 a, float_4 b, float_4 p) {
264 return a + (b - a) * p;
265}
266
267using math::sgn;
268

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected