Add a MINIMUM_BUFFER_SIZE constant

This commit is contained in:
Alexandre Almeida
2015-08-09 11:50:24 -03:00
parent 2f24d635c3
commit 6944b520ea

View File

@@ -57,6 +57,7 @@ class MidiClient;
class AudioPort;
const fpp_t MINIMUM_BUFFER_SIZE = 32;
const fpp_t DEFAULT_BUFFER_SIZE = 256;
const int BYTES_PER_SAMPLE = sizeof( sample_t );