MCPcopy Create free account
hub / github.com/VCVRack/Rack / IIRFilter

Method IIRFilter

include/dsp/filter.hpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 T y[A_ORDER - 1];
212
213 IIRFilter() {
214 reset();
215 }
216
217 void reset() {
218 for (int i = 1; i < B_ORDER; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected