MCPcopy Create free account
hub / github.com/LabSound/LabSound / operator()

Method operator()

examples/src/Examples.hpp:1334–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332 {
1333 float v = 0;
1334 float operator()(float n, float input)
1335 {
1336 return v += (input - v) / n;
1337 }
1338 };
1339
1340 struct FastHighpass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected