|
OpenShot Library | OpenShotAudio
0.2.2
|
Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface. More...
#include <juce_ProcessorWrapper.h>
Inheritance diagram for juce::dsp::ProcessorWrapper< ProcessorType >:Public Member Functions | |
| void | prepare (const ProcessSpec &spec) override |
| void | process (const ProcessContextReplacing< float > &context) override |
| void | reset () override |
Public Attributes | |
| ProcessorType | processor |
Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface.
Definition at line 65 of file juce_ProcessorWrapper.h.