Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/controlbeat.h File Reference

#include "controlobject.h"
#include "configobject.h"
#include "defs.h"
#include "midi/midimessage.h"
#include <qdatetime.h>
Include dependency graph for controlbeat.h:
This graph shows which files directly or indirectly include this file:

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

Variable Documentation

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.

Author:
Tue & Ken Haste Andersen Minimum allowed Beat per minute (BPM)

Definition at line 34 of file controlbeat.h.

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