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:
parent
51fe471461
commit
631ef88fb0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue