summaryrefslogtreecommitdiffstats
path: root/src/util/defs.h
blob: a2ce1b2502a34f42e0852032a5f6159c804f5c74 (plain)
1
2
3
4
5
6
7
#pragma once

// Maximum buffer length to each EngineObject::process call.
//TODO: Replace this with mixxx::AudioParameters::bufferSize()
const unsigned int MAX_BUFFER_LEN = 160000;

const int kMaxNumberOfDecks = 4;