Mixxx

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

#include "controlobject.h"
#include "controlpushbutton.h"
#include "engine/enginebuffer.h"
#include "engine/bpmcontrol.h"
Include dependency graph for bpmcontrol.cpp:

Go to the source code of this file.

Variables

const int minBpm = 30
const int maxInterval = (int)(1000.*(60./(CSAMPLE)minBpm))
const int filterLength = 5

Variable Documentation

const int filterLength = 5

Definition at line 12 of file bpmcontrol.cpp.

const int maxInterval = (int)(1000.*(60./(CSAMPLE)minBpm))

Definition at line 11 of file bpmcontrol.cpp.

const int minBpm = 30

Definition at line 10 of file bpmcontrol.cpp.

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