![]() |
Mixxx
|
#include <qapplication.h>#include <QMutex>#include "defs.h"#include "engine/engineobject.h"#include "trackinfoobject.h"#include "configobject.h"#include "rotary.h"

Go to the source code of this file.
Classes | |
| class | EngineBuffer |
Variables | |
| const int | audioBeatMarkLen = 40 |
| const int | kiTempLength = 200000 |
| const int | kiUpdateRate = 10 |
| const int | kiBpmUpdateRate = 40 / kiUpdateRate |
| const int | TRACK_END_MODE_STOP = 0 |
| const int | TRACK_END_MODE_NEXT = 1 |
| const int | TRACK_END_MODE_LOOP = 2 |
| const int | TRACK_END_MODE_PING = 3 |
| const int | VINYL_STATUS_DISABLED = 0 |
| const int | VINYL_STATUS_OK = 1 |
| const int | VINYL_STATUS_WARNING = 2 |
| const int | VINYL_STATUS_ERROR = 3 |
| const int | ENGINE_RAMP_DOWN = -1 |
| const int | ENGINE_RAMP_NONE = 0 |
| const int | ENGINE_RAMP_UP = 1 |
| const int audioBeatMarkLen = 40 |
Definition at line 55 of file enginebuffer.h.
| const int ENGINE_RAMP_DOWN = -1 |
Definition at line 78 of file enginebuffer.h.
| const int ENGINE_RAMP_NONE = 0 |
Definition at line 79 of file enginebuffer.h.
| const int ENGINE_RAMP_UP = 1 |
Definition at line 80 of file enginebuffer.h.
| const int kiBpmUpdateRate = 40 / kiUpdateRate |
Definition at line 63 of file enginebuffer.h.
| const int kiTempLength = 200000 |
Definition at line 58 of file enginebuffer.h.
| const int kiUpdateRate = 10 |
Definition at line 61 of file enginebuffer.h.
| const int TRACK_END_MODE_LOOP = 2 |
Definition at line 68 of file enginebuffer.h.
| const int TRACK_END_MODE_NEXT = 1 |
Definition at line 67 of file enginebuffer.h.
| const int TRACK_END_MODE_PING = 3 |
Definition at line 69 of file enginebuffer.h.
| const int TRACK_END_MODE_STOP = 0 |
Definition at line 66 of file enginebuffer.h.
| const int VINYL_STATUS_DISABLED = 0 |
Definition at line 73 of file enginebuffer.h.
| const int VINYL_STATUS_ERROR = 3 |
Definition at line 76 of file enginebuffer.h.
| const int VINYL_STATUS_OK = 1 |
Definition at line 74 of file enginebuffer.h.
| const int VINYL_STATUS_WARNING = 2 |
Definition at line 75 of file enginebuffer.h.