|
ape
0.5.0
Audio Programming Environment
|
Go to the source code of this file.
Classes | |
| class | ape::Effect |
An effect is a simple processor that can modify an audio stream. An effect is guaranteed to the same number of inputs and outputs.
| |
| class | ape::TransportEffect |
The same as Effect, except it also can query information about the playhead (TransportProcessor::getPlayHeadPosition(), as well as having play() and pause() callbacks. TransportProcessor for more information.
| |
| class | ape::EmbeddedEffect< TEffect > |
| A utility class to embed another Effect inside your own. It takes care of initialization. More... | |
Namespaces | |
| ape | |
1.8.16