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
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::dsp::ProcessorBase Struct Referenceabstract

Acts as a polymorphic base class for processors. More...

#include "juce_ProcessorWrapper.h"

Inheritance diagram for juce::dsp::ProcessorBase:
juce::dsp::ProcessorWrapper< ProcessorType >

Public Member Functions

virtual void prepare (const ProcessSpec &)=0
 
virtual void process (const ProcessContextReplacing< float > &)=0
 
virtual void reset ()=0
 

Detailed Description

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.

See also
ProcessorWrapper

@tags{DSP}

Definition at line 38 of file juce_ProcessorWrapper.h.


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