OpenShot Audio Library | OpenShotAudio
0.3.3
|
#include <juce_ProcessorWrapper.h>
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 61 of file juce_ProcessorWrapper.h.