Browse Source

Added missing DSP tag to ProcessorChain

tags/2021-05-28
ed 5 years ago
parent
commit
631ef88fb0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_dsp/processors/juce_ProcessorChain.h

+ 2
- 0
modules/juce_dsp/processors/juce_ProcessorChain.h 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


Loading…
Cancel
Save