Mixxx

TonalAnalyser Class Reference

#include <tonalanalyser.h>

Inheritance diagram for TonalAnalyser:
Collaboration diagram for TonalAnalyser:

List of all members.

Public Member Functions

 TonalAnalyser ()
void initialise (TrackInfoObject *tio, int sampleRate, int totalSamples)
void process (const CSAMPLE *pIn, const int iLen)
void finalise (TrackInfoObject *tio)

Detailed Description

Definition at line 7 of file tonalanalyser.h.


Constructor & Destructor Documentation

TonalAnalyser::TonalAnalyser ( )

Definition at line 9 of file tonalanalyser.cpp.

Here is the call graph for this function:


Member Function Documentation

void TonalAnalyser::finalise ( TrackInfoObject tio)

Definition at line 20 of file tonalanalyser.cpp.

Here is the call graph for this function:

void TonalAnalyser::initialise ( TrackInfoObject tio,
int  sampleRate,
int  totalSamples 
)

Definition at line 43 of file tonalanalyser.cpp.

Here is the call graph for this function:

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

Implements Analyser.

Definition at line 51 of file tonalanalyser.cpp.

Here is the call graph for this function:


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