|
ape
0.5.0
Audio Programming Environment
|
Class for easily embedding processors within your processor. Base functionality for EmbeddedEffect and EmbeddedGenerator. More...
#include <processor.h>
Public Member Functions | |
| EmbeddedProcessor () | |
| Initializes the processor. Processor::init() More... | |
| ~EmbeddedProcessor () | |
| Initializes the processor. Processor::init() More... | |
| void | start (const IOConfig &cfg) |
| Starts the processor with a specific configuration. Processor::start() More... | |
| void | stop () |
| Stops the processor. Processor::stop() More... | |
| TProcessor * | operator-> () |
| Access the wrapped TProcessor instance. More... | |
Protected Attributes | |
| TProcessor | processor |
Class for easily embedding processors within your processor. Base functionality for EmbeddedEffect and EmbeddedGenerator.
|
inline |
Initializes the processor. Processor::init()
|
inline |
Initializes the processor. Processor::init()
|
inline |
Access the wrapped TProcessor instance.
|
inline |
Starts the processor with a specific configuration. Processor::start()
|
inline |
Stops the processor. Processor::stop()
|
protected |
1.8.16