Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 571:dfc4dd561bb6 sv-v1.5pre1
* update CHANGELOG, remove more debug, add .oga extension
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 15:58:02 +0000 |
parents | 53e5dc8439e7 |
children | 948271d124ac |
comparison
equal
deleted
inserted
replaced
570:8212c9d3b3b3 | 571:dfc4dd561bb6 |
---|---|
28 #include "base/Profiler.h" | 28 #include "base/Profiler.h" |
29 #include "base/Thread.h" // for debug mutex locker | 29 #include "base/Thread.h" // for debug mutex locker |
30 | 30 |
31 #include <QWriteLocker> | 31 #include <QWriteLocker> |
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 |