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

Method lowpass

include/dsp/filter.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ystate[0] = y;
43 }
44 T lowpass() {
45 return ystate[0];
46 }
47 T highpass() {
48 return xstate[0] - ystate[0];
49 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected