Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
state_variable_filter.hpp File Reference

Go to the source code of this file.

Classes

class  ts::StateVariableFilter
 The engine's filter: a Chamberlin state-variable filter, with all four responses taken as different taps of the same two-integrator loop. More...

Namespaces

namespace  ts

Enumerations

enum class  ts::FilterTap {
  ts::bypass , ts::low_pass , ts::band_pass , ts::high_pass ,
  ts::notch
}
 Which output of the state-variable filter a partial takes. More...