#include <mdaDetuneProcessor.h>
Public Member Functions | |
DetuneProcessor () | |
~DetuneProcessor () | |
tresult | initialize (FUnknown *context) |
tresult | terminate () |
tresult | setActive (TBool state) |
void | doProcessing (ProcessData &data) |
Static Public Member Functions | |
static FUnknown * | createInstance (void *) |
Static Public Attributes | |
static FUID | uid |
Protected Member Functions | |
void | recalculate () |
Protected Attributes | |
float * | buf |
float * | win |
int32 | buflen |
float | bufres |
float | semi |
int32 | pos0 |
float | pos1 |
float | dpos1 |
float | pos2 |
float | dpos2 |
float | wet |
float | dry |
DetuneProcessor | ( | ) |
~DetuneProcessor | ( | ) |
Reimplemented from BaseProcessor.
void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
static FUnknown* createInstance | ( | void * | ) | [inline, static] |
void recalculate | ( | ) | [protected, virtual] |
Reimplemented from BaseProcessor.
float* buf [protected] |
float * win [protected] |
float bufres [protected] |
float semi [protected] |
float pos1 [protected] |
float dpos1 [protected] |
float pos2 [protected] |
float dpos2 [protected] |
float wet [protected] |
float dry [protected] |