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

Method setParameters

src/NoisePlethora.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void setParameters(float fc, float q) {
71 float rootQ = std::sqrt(q);
72 stage1.setParameters(fc, rootQ);
73 stage2.setParameters(fc, rootQ);
74 }
75
76 float process(float input, FilterMode mode) {
77 stage1.process(input);

Callers

nothing calls this directly

Calls 1

setParametersMethod · 0.45

Tested by

no test coverage detected