#include <mdaSplitterProcessor.h>

Public Member Functions | |
| SplitterProcessor () | |
| ~SplitterProcessor () | |
| 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 | freq |
| float | fdisp |
| float | buf0 |
| float | buf1 |
| float | buf2 |
| float | buf3 |
| float | level |
| float | ldisp |
| float | env |
| float | att |
| float | rel |
| float | ff |
| float | ll |
| float | pp |
| float | i2l |
| float | i2r |
| float | o2l |
| float | o2r |
| int32 | mode |
| ~SplitterProcessor | ( | ) |
Reimplemented from BaseProcessor.
| void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
| void recalculate | ( | ) | [protected, virtual] |
Reimplemented from BaseProcessor.
float freq [protected] |
float fdisp [protected] |
float buf0 [protected] |
float buf1 [protected] |
float buf2 [protected] |
float buf3 [protected] |
float level [protected] |
float ldisp [protected] |
float env [protected] |
float att [protected] |
float rel [protected] |
float ff [protected] |
float ll [protected] |
float pp [protected] |
float i2l [protected] |
float i2r [protected] |
float o2l [protected] |
float o2r [protected] |