SynthLab SDK
SynthLab::IFilterBase Class Referenceabstract

Simple interface for SynthLab filters. More...

#include <synthbase.h>

Inheritance diagram for SynthLab::IFilterBase:
SynthLab::VA1Filter SynthLab::VADiodeSubFilter SynthLab::VAKorg35Filter SynthLab::VAMoogFilter SynthLab::VASVFilter

Detailed Description

Simple interface for SynthLab filters.

  • set of four interface functions for processing audio through the filter
  • these functions correspond to similar functions for synth modules and cores including
  1. a reset function
  2. an update function to calculate new coefficients
  3. a processing fuction (corresponds to render())
  4. a function to set parameters
Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included and described in further detail in Designing Software Synthesizer Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2021 / 04 / 26

The documentation for this class was generated from the following file: