MCPcopy Create free account
hub / github.com/VCVRack/Befaco / process

Method process

src/NoisePlethora.cpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 float process(float input, FilterMode mode) {
77 stage1.process(input);
78 float s1 = stage1.output(mode);
79
80 stage2.process(s1);
81 float s2 = stage2.output(mode);
82
83 return s2;
84 }
85
86private:
87 StateVariableFilter2ndOrder stage1, stage2;

Callers

nothing calls this directly

Calls 2

outputMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected