OpenShot Audio Library | OpenShotAudio  0.3.1
juce::dsp::ProcessorWrapper< ProcessorType > Struct Template Reference

#include <juce_ProcessorWrapper.h>

Inheritance diagram for juce::dsp::ProcessorWrapper< ProcessorType >:
[legend]
Collaboration diagram for juce::dsp::ProcessorWrapper< ProcessorType >:
[legend]

Public Member Functions

void prepare (const ProcessSpec &spec) override
 
void process (const ProcessContextReplacing< float > &context) override
 
void reset () override
 

Public Attributes

ProcessorType processor
 

Detailed Description

template<typename ProcessorType>
struct juce::dsp::ProcessorWrapper< ProcessorType >

Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface.

See also
ProcessorBase

Definition at line 61 of file juce_ProcessorWrapper.h.


The documentation for this struct was generated from the following file: