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

Classes

class  juce::dsp::LadderFilter< SampleType >
 Multi-mode filter based on the Moog ladder filter. More...
 

Namespaces

 juce
 
 juce::dsp
 

Enumerations

enum  juce::dsp::LadderFilterMode {
  juce::dsp::LadderFilterMode::LPF12,
  juce::dsp::LadderFilterMode::HPF12,
  juce::dsp::LadderFilterMode::BPF12,
  juce::dsp::LadderFilterMode::LPF24,
  juce::dsp::LadderFilterMode::HPF24,
  juce::dsp::LadderFilterMode::BPF24
}