![]() |
Mixxx
|
#include <gtest/gtest.h>
#include <QDebug>
#include <QDir>
#include "trackinfoobject.h"
#include "configobject.h"
#include "analyserbpm.h"
Go to the source code of this file.
Defines | |
#define | BIGBUF_SIZE (1024 * 1024) |
#define | CANARY_SIZE (1024*64) |
#define | MAGIC_FLOAT 1234.567890f |
#define | CANARY_FLOAT 0.0f |
#define BIGBUF_SIZE (1024 * 1024) |
Definition at line 9 of file analyserbpmtest.cpp.
#define CANARY_FLOAT 0.0f |
Definition at line 12 of file analyserbpmtest.cpp.
#define CANARY_SIZE (1024*64) |
Definition at line 10 of file analyserbpmtest.cpp.
#define MAGIC_FLOAT 1234.567890f |
Definition at line 11 of file analyserbpmtest.cpp.