Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/analyserwavesummary.cpp File Reference

#include <QtDebug>
#include "trackinfoobject.h"
#include "analyserwavesummary.h"
Include dependency graph for analyserwavesummary.cpp:

Go to the source code of this file.

Defines

#define WAVESUMMARYCONSTANTS

Variables

const int kiBlockSize = 2048
const int kiBeatBlockNo = 1000
const int kiBeatBins = 100
const int kiSummaryBufferSize = 2100
const float kfFeatureStepSize = 0.01f

Define Documentation

#define WAVESUMMARYCONSTANTS

Definition at line 13 of file analyserwavesummary.cpp.


Variable Documentation

const float kfFeatureStepSize = 0.01f

Definition at line 12 of file analyserwavesummary.cpp.

const int kiBeatBins = 100

Definition at line 10 of file analyserwavesummary.cpp.

const int kiBeatBlockNo = 1000

Definition at line 9 of file analyserwavesummary.cpp.

const int kiBlockSize = 2048

Definition at line 8 of file analyserwavesummary.cpp.

const int kiSummaryBufferSize = 2100

Definition at line 11 of file analyserwavesummary.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines