JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_ProcessorChain.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::dsp::ProcessorChain< 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...
 

Namespaces

 juce
 
 juce::dsp
 

Functions

template<int Index, typename... Processors>
auto & juce::dsp::get (const ProcessorChain< Processors... > &chain) noexcept
 Non-member equivalent of ProcessorChain::get which avoids awkward member template syntax. More...
 
template<int Index, typename... Processors>
auto & juce::dsp::get (ProcessorChain< Processors... > &chain) noexcept
 Non-member equivalent of ProcessorChain::get which avoids awkward member template syntax. More...
 
template<int Index, typename... Processors>
bool juce::dsp::isBypassed (const ProcessorChain< Processors... > &chain) noexcept
 Non-member equivalent of ProcessorChain::isBypassed which avoids awkward member template syntax. More...
 
template<int Index, typename... Processors>
void juce::dsp::setBypassed (ProcessorChain< Processors... > &chain, bool bypassed) noexcept
 Non-member equivalent of ProcessorChain::setBypassed which avoids awkward member template syntax. More...