![]() |
Mixxx
|
#include <QObject>
#include "configobject.h"
#include "engine/enginecontrol.h"
Go to the source code of this file.
Classes | |
class | RateControl |
Variables | |
const int | RATE_TEMP_STEP = 500 |
const int | RATE_TEMP_STEP_SMALL = RATE_TEMP_STEP * 10. |
const int | RATE_SENSITIVITY_MIN = 100 |
const int | RATE_SENSITIVITY_MAX = 2500 |
const int RATE_SENSITIVITY_MAX = 2500 |
Definition at line 15 of file ratecontrol.h.
const int RATE_SENSITIVITY_MIN = 100 |
Definition at line 14 of file ratecontrol.h.
const int RATE_TEMP_STEP = 500 |
Definition at line 12 of file ratecontrol.h.
const int RATE_TEMP_STEP_SMALL = RATE_TEMP_STEP * 10. |
Definition at line 13 of file ratecontrol.h.