Mixxx

AnalyserGain Class Reference

#include <analyserrg.h>

Inheritance diagram for AnalyserGain:
Collaboration diagram for AnalyserGain:

List of all members.

Public Member Functions

 AnalyserGain (ConfigObject< ConfigValue > *_config)
virtual ~AnalyserGain ()
void initialise (TrackPointer tio, int sampleRate, int totalSamples)
void process (const CSAMPLE *pIn, const int iLen)
void finalise (TrackPointer tio)

Detailed Description

Definition at line 15 of file analyserrg.h.


Constructor & Destructor Documentation

AnalyserGain::AnalyserGain ( ConfigObject< ConfigValue > *  _config)

Definition at line 11 of file analyserrg.cpp.

AnalyserGain::~AnalyserGain ( ) [virtual]

Definition at line 19 of file analyserrg.cpp.


Member Function Documentation

void AnalyserGain::finalise ( TrackPointer  tio) [virtual]

Reimplemented from Analyser.

Definition at line 67 of file analyserrg.cpp.

void AnalyserGain::initialise ( TrackPointer  tio,
int  sampleRate,
int  totalSamples 
) [virtual]

Reimplemented from Analyser.

Definition at line 29 of file analyserrg.cpp.

Here is the call graph for this function:

void AnalyserGain::process ( const CSAMPLE pIn,
const int  iLen 
) [virtual]

Implements Analyser.

Definition at line 44 of file analyserrg.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines