JUCE
|
Namespaces | |
namespace | dsp |
Typedefs | |
template<typename... Processors> | |
using | 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... | |