MCPcopy 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}
219inline float flurp(float a)
220{
221 return a / (1.0f - a);
222}
223
224class SfxrNode::Sfxr
225{

Callers 1

filterFreqInHzMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected