JUCE
Namespaces | Typedefs
juce_ProcessorChain.h File Reference

Namespaces

 juce
 Classes for IIR filter processing.
 
 juce::dsp
 

Typedefs

template<typename... Processors>
using juce::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...