Mercurial > hg > svcore
diff data/fft/FFTDataServer.cpp @ 153:8d92611901d3
...
author | Chris Cannam |
---|---|
date | Wed, 02 Aug 2006 16:42:17 +0000 |
parents | 21792a550ec9 |
children | 6ec58bb8f729 |
line wrap: on
line diff
--- a/data/fft/FFTDataServer.cpp Mon Jul 31 17:05:18 2006 +0000 +++ b/data/fft/FFTDataServer.cpp Wed Aug 02 16:42:17 2006 +0000 @@ -21,11 +21,13 @@ #include "system/System.h" -//#define DEBUG_FFT_SERVER 1 -//#define DEBUG_FFT_SERVER_FILL 1 +#define DEBUG_FFT_SERVER 1 +#define DEBUG_FFT_SERVER_FILL 1 #ifdef DEBUG_FFT_SERVER_FILL -#define DEBUG_FFT_SERVER +#ifndef DEBUG_FFT_SERVER +#define DEBUG_FFT_SERVER 1 +#endif #endif FFTDataServer::ServerMap FFTDataServer::m_servers; @@ -310,6 +312,7 @@ m_lastUsedCache(-1), m_fftInput(0), m_exiting(false), + m_suspended(true), //!!! or false? m_fillThread(0) { size_t start = m_model->getStartFrame();