JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
juce_StateVariableTPTFilter.h File Reference

Go to the source code of 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

namespace  juce
 JUCE Namespace.
 

Enumerations

enum class  StateVariableTPTFilterType { lowpass , bandpass , highpass }
 

Enumeration Type Documentation

◆ StateVariableTPTFilterType

enum class juce::dsp::StateVariableTPTFilterType
strong

Definition at line 29 of file juce_StateVariableTPTFilter.h.