![]() |
Mixxx
|
#include "controlobject.h"
#include "controlpushbutton.h"
#include "engine/enginebuffer.h"
#include "engine/bpmcontrol.h"
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 |
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.