JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::dsp::StateVariableFilter Namespace Reference

Classes for state variable filter processing. More...

Classes

class  Filter
 An IIR filter that can perform low, band and high-pass filtering on an audio signal, with 12 dB of attenuation per octave, using a TPT structure, designed for fast modulation (see Vadim Zavalishin's documentation about TPT structures for more information). More...
 
struct  Parameters
 Structure used for the state variable filter parameters. More...
 

Enumerations

enum  StateVariableFilterType {
  StateVariableFilterType::lowPass,
  StateVariableFilterType::bandPass,
  StateVariableFilterType::highPass
}
 

Detailed Description

Classes for state variable filter processing.

Enumeration Type Documentation

◆ StateVariableFilterType

Enumerator
lowPass 
bandPass 
highPass