Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 365:3e3ecb45b6d1
* More latency for PortAudio output
* ...
author | Chris Cannam |
---|---|
date | Thu, 24 Jan 2008 22:49:19 +0000 |
parents | cc4eb32efc6c |
children | 7cc6b7b0d819 |
comparison
equal
deleted
inserted
replaced
364:876a79afd376 | 365:3e3ecb45b6d1 |
---|---|
28 #include "base/Thread.h" // for debug mutex locker | 28 #include "base/Thread.h" // for debug mutex locker |
29 | 29 |
30 #include <QMessageBox> | 30 #include <QMessageBox> |
31 #include <QApplication> | 31 #include <QApplication> |
32 | 32 |
33 #define DEBUG_FFT_SERVER 1 | 33 //#define DEBUG_FFT_SERVER 1 |
34 //#define DEBUG_FFT_SERVER_FILL 1 | 34 //#define DEBUG_FFT_SERVER_FILL 1 |
35 | 35 |
36 #ifdef DEBUG_FFT_SERVER_FILL | 36 #ifdef DEBUG_FFT_SERVER_FILL |
37 #ifndef DEBUG_FFT_SERVER | 37 #ifndef DEBUG_FFT_SERVER |
38 #define DEBUG_FFT_SERVER 1 | 38 #define DEBUG_FFT_SERVER 1 |