theallelectricsmartgrid

Ladder Filter Machine (4-Pole)

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).

Structure

This filter machine consists of two 4-pole filters in series:

  1. Low-Pass Filter: A 4-pole transistor ladder filter emulation (LadderFilterLP).
  2. High-Pass Filter: A 4-pole linear State Variable Filter (SVF) configured as a high-pass (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.

Features