|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Acts as a polymorphic base class for processors. More...
#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.
@tags{DSP}
Definition at line 38 of file juce_ProcessorWrapper.h.