theallelectricsmartgrid

SVF Filter Machine (2-Pole)

The 2-Pole SVF 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 2-pole State Variable Filters (SVF) in series, interspersed with non-linear saturation stages:

  1. Low-Pass Filter: A 2-pole linear SVF configured as a low-pass (LinearStateVariableFilter).
  2. High-Pass Filter: A 2-pole linear SVF configured as a high-pass (LinearStateVariableFilter).

The audio signal from the source machine passes through the low-pass SVF first, and the output is then processed by the high-pass SVF.

Features