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 | Public Attributes | List of all members
juce::dsp::ProcessorWrapper< ProcessorType > Struct Template Reference

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 >:
juce::dsp::ProcessorBase

Public Member Functions

void prepare (const ProcessSpec &spec) override
 
void process (const ProcessContextReplacing< float > &context) override
 
void reset () override
 

Public Attributes

ProcessorType processor
 

Detailed Description

template<typename ProcessorType>
struct juce::dsp::ProcessorWrapper< ProcessorType >

Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface.

See also
ProcessorBase

@tags{DSP}

Definition at line 58 of file juce_ProcessorWrapper.h.

Member Function Documentation

◆ prepare()

template<typename ProcessorType >
void juce::dsp::ProcessorWrapper< ProcessorType >::prepare ( const ProcessSpec spec)
overridevirtual

Implements juce::dsp::ProcessorBase.

Definition at line 60 of file juce_ProcessorWrapper.h.

◆ process()

template<typename ProcessorType >
void juce::dsp::ProcessorWrapper< ProcessorType >::process ( const ProcessContextReplacing< float > &  context)
overridevirtual

Implements juce::dsp::ProcessorBase.

Definition at line 65 of file juce_ProcessorWrapper.h.

◆ reset()

template<typename ProcessorType >
void juce::dsp::ProcessorWrapper< ProcessorType >::reset ( )
overridevirtual

Implements juce::dsp::ProcessorBase.

Definition at line 70 of file juce_ProcessorWrapper.h.

Member Data Documentation

◆ processor

template<typename ProcessorType >
ProcessorType juce::dsp::ProcessorWrapper< ProcessorType >::processor

Definition at line 75 of file juce_ProcessorWrapper.h.


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