OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_ProcessorWrapper.h>
Public Member Functions | |
virtual void | prepare (const ProcessSpec &)=0 |
virtual void | process (const ProcessContextReplacing< float > &)=0 |
virtual void | reset ()=0 |
Acts as a polymorphic base class for processors. This exposes the same set of methods that a processor must implement as virtual methods, so that you can use the ProcessorWrapper class to wrap an instance of a subclass, and then pass that around using ProcessorBase as a base class.
Definition at line 41 of file juce_ProcessorWrapper.h.