#include <adelayprocessor.h>

Public Member Functions | |
| ADelayProcessor () | |
| tresult | initialize (FUnknown *context) |
| tresult | setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) |
| tresult | setActive (TBool state) |
| tresult | process (ProcessData &data) |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Protected Attributes | |
| ParamValue | delay |
| float ** | buffer |
| int32 | bufferPos |
| ADelayProcessor | ( | ) |
| tresult setBusArrangements | ( | SpeakerArrangement * | inputs, | |
| int32 | numIns, | |||
| SpeakerArrangement * | outputs, | |||
| int32 | numOuts | |||
| ) | [virtual] |
Reimplemented from AudioEffect.
| tresult process | ( | ProcessData & | data | ) | [virtual] |
Reimplemented from AudioEffect.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
ParamValue delay [protected] |
float** buffer [protected] |