![]() |
Mixxx
|
#include <analyserbpm.h>


Public Member Functions | |
| AnalyserBPM (ConfigObject< ConfigValue > *_config) | |
| void | initialise (TrackPointer tio, int sampleRate, int totalSamples) |
| void | process (const CSAMPLE *pIn, const int iLen) |
| void | finalise (TrackPointer tio) |
Definition at line 10 of file analyserbpm.h.
| AnalyserBPM::AnalyserBPM | ( | ConfigObject< ConfigValue > * | _config | ) |
Definition at line 11 of file analyserbpm.cpp.
| void AnalyserBPM::finalise | ( | TrackPointer | tio | ) | [virtual] |
Reimplemented from Analyser.
Definition at line 59 of file analyserbpm.cpp.

| void AnalyserBPM::initialise | ( | TrackPointer | tio, |
| int | sampleRate, | ||
| int | totalSamples | ||
| ) | [virtual] |
Reimplemented from Analyser.
Definition at line 16 of file analyserbpm.cpp.

| void AnalyserBPM::process | ( | const CSAMPLE * | pIn, |
| const int | iLen | ||
| ) | [virtual] |
Implements Analyser.
Definition at line 36 of file analyserbpm.cpp.