Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ flurp
Function
flurp
src/extended/SfxrNode.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
return a * a * a;
218
}
219
inline float flurp(float a)
220
{
221
return a / (1.0f - a);
222
}
223
224
class SfxrNode::Sfxr
225
{
Callers
1
filterFreqInHz
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected