Go to the source code of this file.
|
| template<typename Fn, typename Tuple, size_t... Ix> |
| constexpr void | juce::dsp::detail::forEachInTuple (Fn &&fn, Tuple &&tuple, std::index_sequence< Ix... >) |
| template<typename Fn, typename Tuple> |
| constexpr void | juce::dsp::detail::forEachInTuple (Fn &&fn, Tuple &&tuple) |
| template<int Index, typename... Processors> |
| auto & | juce::dsp::get (ProcessorChain< Processors... > &chain) noexcept |
| template<int Index, typename... Processors> |
| auto & | juce::dsp::get (const ProcessorChain< Processors... > &chain) noexcept |
| template<int Index, typename... Processors> |
| void | juce::dsp::setBypassed (ProcessorChain< Processors... > &chain, bool bypassed) noexcept |
| template<int Index, typename... Processors> |
| bool | juce::dsp::isBypassed (const ProcessorChain< Processors... > &chain) noexcept |