The 4-Pole Ladder Filter Machine is one of the two filter options available per voice in the DSP engine (FilterSection in private/src/SquiggleBoy.hpp).
This filter machine consists of two 4-pole filters in series:
LadderFilterLP).LinearSVF4PoleHighPass).The audio signal from the source machine passes through the low-pass ladder filter first, and the output is then processed by the high-pass SVF.
m_vcoBaseFreq) multiplied by m_hpCutoffFactor. The LP cutoff is computed relative to the HP cutoff: vcoBaseFreq * hpCutoff * lpCutoff, so the LP is always at or below the HP.m_lpResonance and m_hpResonance).m_saturationGain, which drives the filter into non-linear distortion.SampleRateReducer), adding digital aliasing and grit.