ape  0.5.0
Audio Programming Environment
Classes | Namespaces
effect.h File Reference
#include "common.h"
#include "fpoint.h"
#include "simd.h"

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.

See also
GlobalData
More...
 
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.

See also
GlobalData
More...
 
class  ape::EmbeddedEffect< TEffect >
 A utility class to embed another Effect inside your own. It takes care of initialization. More...
 

Namespaces

 ape