Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ operator()
Method
operator()
examples/src/Examples.hpp:1343–1346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1341
{
1342
float v = 0;
1343
float operator()(float n, float input)
1344
{
1345
return v += input - v * n;
1346
}
1347
};
1348
1349
// http://www.musicdsp.org/showone.php?id=24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected