1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Added missing DSP tag to ProcessorChain

This commit is contained in:
ed 2020-06-27 10:16:07 +01:00
parent 51fe471461
commit 631ef88fb0

View file

@ -57,6 +57,8 @@ namespace detail
/** 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.
@tags{DSP}
*/
template <typename... Processors>
class ProcessorChain