Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
using math::crossfade;
262
263
inline float_4 crossfade(float_4 a, float_4 b, float_4 p) {
264
return a + (b - a) * p;
265
}
266
267
using math::sgn;
268
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected