|
ape
0.5.0
Audio Programming Environment
|
A utility class to embed another Generator inside your own. It takes care of initialization.
#include <generator.h>
Public Member Functions | |
| void | process (umatrix< float > buffer, size_t frames) |
Public Member Functions inherited from ape::EmbeddedProcessor< TGenerator > | |
| 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... | |
| TGenerator * | operator-> () |
| Access the wrapped TProcessor instance. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ape::EmbeddedProcessor< TGenerator > | |
| TGenerator | processor |
A utility class to embed another Generator inside your own. It takes care of initialization.
Take care to call EmbeddedProcessor<TEffect>::start() on any embedded plugins.
|
inline |
1.8.16