Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ process
Method
process
src/plugin.hpp:393–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
T process(T x) {
394
for (int idx = 0; idx < N; idx++) {
395
x = blockDCFilter[idx].process(x);
396
}
397
return x;
398
}
399
400
private:
401
Callers
nothing calls this directly
Calls
1
process
Method · 0.45
Tested by
no test coverage detected