1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added missing DSP tag to ProcessorChain

This commit is contained in:
ed 2020-06-27 10:16:07 +01:00
parent d08c26e94d
commit 6b6cc53778

View file

@ -49,6 +49,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