|
JUCE
|
Namespaces | |
| dsp | |
| Classes for IIR filter processing. | |
Typedefs | |
| template<typename... Processors> | |
| using | dsp::ProcessorChain = ProcessorHelpers::Chain< Processors... > |
| This variadically-templated class lets you join together any number of processor classes into a single processor which will call process() on them all in sequence. More... | |
1.8.13