Mixxx

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

#include <math.h>
#include "controllogpotmeter.h"
Include dependency graph for controllogpotmeter.cpp:

Go to the source code of this file.

Defines

#define maxPosition   127
#define minPosition   0
#define middlePosition   ((maxPosition-minPosition)/2)
#define positionrange   (maxPosition-minPosition)

Define Documentation

#define maxPosition   127

Definition at line 21 of file controllogpotmeter.cpp.

#define middlePosition   ((maxPosition-minPosition)/2)

Definition at line 23 of file controllogpotmeter.cpp.

#define minPosition   0

Definition at line 22 of file controllogpotmeter.cpp.

#define positionrange   (maxPosition-minPosition)

Definition at line 24 of file controllogpotmeter.cpp.

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