![]() |
Mixxx
|
#include "controlobject.h"
#include "configobject.h"
#include "defs.h"
#include "midi/midimessage.h"
#include <qdatetime.h>
Go to the source code of this file.
Classes | |
class | ControlBeat |
Variables | |
const int | minBPM = 30 |
const int | maxBPM = 240 |
const int | maxInterval = (int)(1000.*(60./(CSAMPLE)minBPM)) |
const int | filterLength = 5 |
const int filterLength = 5 |
Filter length
Definition at line 40 of file controlbeat.h.
const int maxBPM = 240 |
Maximum allowed bpm
Definition at line 36 of file controlbeat.h.
const int maxInterval = (int)(1000.*(60./(CSAMPLE)minBPM)) |
Maximum allowed interval between beats in milli seconds (calculated from minBPM)
Definition at line 38 of file controlbeat.h.
const int minBPM = 30 |
Takes impulses as input, and convert it to a BPM measure.
Definition at line 34 of file controlbeat.h.