Classes | |
| class | Butterworth< N, Type > |
| Cascaded TPT state-variable Butterworth filter, even orders only. More... | |
Namespaces | |
| namespace | sst |
| Parent namespace for all Surge Synth Team code. | |
| namespace | sst::filters |
| DSP code for Surge filters. | |
Typedefs | |
| template<int N> | |
| using | ButterworthLP = Butterworth< N, ButterworthType::Lowpass > |
| template<int N> | |
| using | ButterworthHP = Butterworth< N, ButterworthType::Highpass > |
Enumerations | |
| enum class | ButterworthType { Lowpass , Highpass } |