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... | |