MCPcopy Create free account
hub / github.com/LabSound/LabSound / Biquad

Method Biquad

src/internal/src/Biquad.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18Biquad::Biquad()
19{
20 // Initialize as pass-thru (straight-wire, no filter effect)
21 setNormalizedCoefficients(1, 0, 0, 1, 0, 0);
22 reset(); // clear filter memory
23}
24
25Biquad::~Biquad() { }
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected