JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_StateVariableTPTFilter.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::dsp::StateVariableTPTFilter< SampleType >
 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...
 

Namespaces

 juce
 
 juce::dsp
 

Enumerations

enum  juce::dsp::StateVariableTPTFilterType {
  juce::dsp::StateVariableTPTFilterType::lowpass,
  juce::dsp::StateVariableTPTFilterType::bandpass,
  juce::dsp::StateVariableTPTFilterType::highpass
}