#include <mdaSpecMeterProcessor.h>

Public Member Functions | |
| SpecMeterProcessor () | |
| ~SpecMeterProcessor () | |
| tresult | initialize (FUnknown *context) |
| tresult | terminate () |
| tresult | setActive (TBool state) |
| void | doProcessing (ProcessData &data) |
| bool | bypassProcessing (ProcessData &data) |
Static Public Member Functions | |
| static FUnknown * | createInstance (void *) |
Static Public Attributes | |
| static FUID | uid |
Protected Member Functions | |
| void | recalculate () |
| void | sendParameterChanges (IParameterChanges *changes, int32 numSamples) |
Protected Attributes | |
| int32 | counter |
| float | Lpeak |
| float | Lhold |
| float | Lmin |
| float | Lrms |
| float | Rpeak |
| float | Rhold |
| float | Rmin |
| float | Rrms |
| float | Corr |
| float | band [2][16] |
| float | iK |
| float | lpeak |
| float | lmin |
| float | lrms |
| float | rpeak |
| float | rmin |
| float | rrms |
| float | corr |
| float | den |
| float | lpp [6][16] |
| float | rpp [6][16] |
| int32 | topband |
| int32 | K |
| int32 | kmax |
| ~SpecMeterProcessor | ( | ) |
Reimplemented from BaseProcessor.
| void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
| bool bypassProcessing | ( | ProcessData & | data | ) | [virtual] |
Reimplemented from BaseProcessor.
| static FUnknown* createInstance | ( | void * | ) | [inline, static] |
| void recalculate | ( | ) | [inline, protected, virtual] |
Reimplemented from BaseProcessor.
| void sendParameterChanges | ( | IParameterChanges * | changes, | |
| int32 | numSamples | |||
| ) | [protected] |
float Lpeak [protected] |
float Lhold [protected] |
float Lmin [protected] |
float Lrms [protected] |
float Rpeak [protected] |
float Rhold [protected] |
float Rmin [protected] |
float Rrms [protected] |
float Corr [protected] |
float band[2][16] [protected] |
float iK [protected] |
float lpeak [protected] |
float lmin [protected] |
float lrms [protected] |
float rpeak [protected] |
float rmin [protected] |
float rrms [protected] |
float corr [protected] |
float den [protected] |
float lpp[6][16] [protected] |
float rpp[6][16] [protected] |