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

Classes

class  juce::dsp::FirstOrderTPTFilter< SampleType >
 A first order filter class using the TPT (Topology-Preserving Transform) structure. More...
 

Namespaces

 juce
 
 juce::dsp
 

Enumerations

enum  juce::dsp::FirstOrderTPTFilterType {
  juce::dsp::FirstOrderTPTFilterType::lowpass,
  juce::dsp::FirstOrderTPTFilterType::highpass,
  juce::dsp::FirstOrderTPTFilterType::allpass
}