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

Classes

class  juce::dsp::LinkwitzRileyFilter< SampleType >
 A filter class designed to perform multi-band separation using the TPT (Topology-Preserving Transform) structure. More...
 

Namespaces

 juce
 
 juce::dsp
 

Enumerations

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