Mixxx

AnalyserBPM Class Reference

#include <analyserbpm.h>

Inheritance diagram for AnalyserBPM:
Collaboration diagram for AnalyserBPM:

List of all members.

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)

Detailed Description

Definition at line 10 of file analyserbpm.h.


Constructor & Destructor Documentation

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

Definition at line 11 of file analyserbpm.cpp.


Member Function Documentation

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

Reimplemented from Analyser.

Definition at line 59 of file analyserbpm.cpp.

Here is the call graph for this function:

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

Reimplemented from Analyser.

Definition at line 16 of file analyserbpm.cpp.

Here is the call graph for this function:

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

Implements Analyser.

Definition at line 36 of file analyserbpm.cpp.


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