|
JUCE
|
Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface. More...
Public Member Functions | |
| void | prepare (const ProcessSpec &spec) override |
| void | process (const ProcessContextReplacing< float > &context) override |
| void | reset () override |
Public Member Functions inherited from dsp::ProcessorBase | |
| ProcessorBase ()=default | |
| virtual | ~ProcessorBase ()=default |
Public Attributes | |
| ProcessorType | processor |
Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface.
|
overridevirtual |
Implements dsp::ProcessorBase.
|
overridevirtual |
Implements dsp::ProcessorBase.
|
overridevirtual |
Implements dsp::ProcessorBase.
| ProcessorType dsp::ProcessorWrapper< ProcessorType >::processor |
1.8.13