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