JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ProcessorChain.h File Reference

Namespaces

 juce
 
 juce::dsp
 

Typedefs

template<typename... Processors>
using juce::dsp::ProcessorChain = ProcessorHelpers::ChainBase< true, 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...