OpenShot Audio Library | OpenShotAudio 0.4.0
Loading...
Searching...
No Matches
juce::dsp::ProcessorWrapper< ProcessorType > Struct Template Reference

#include <juce_ProcessorWrapper.h>

Inheritance diagram for juce::dsp::ProcessorWrapper< ProcessorType >:
[legend]
Collaboration diagram for juce::dsp::ProcessorWrapper< ProcessorType >:
[legend]

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

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)
inlineoverridevirtual

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)
inlineoverridevirtual

Implements juce::dsp::ProcessorBase.

Definition at line 65 of file juce_ProcessorWrapper.h.

◆ reset()

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

Implements juce::dsp::ProcessorBase.

Definition at line 70 of file juce_ProcessorWrapper.h.

Member Data Documentation

◆ processor


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