![]() |
Mixxx
|
#include <analyserrg.h>
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) |
Definition at line 15 of file analyserrg.h.
AnalyserGain::AnalyserGain | ( | ConfigObject< ConfigValue > * | _config | ) |
Definition at line 11 of file analyserrg.cpp.
AnalyserGain::~AnalyserGain | ( | ) | [virtual] |
Definition at line 19 of file analyserrg.cpp.
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.
void AnalyserGain::process | ( | const CSAMPLE * | pIn, |
const int | iLen | ||
) | [virtual] |
Implements Analyser.
Definition at line 44 of file analyserrg.cpp.