Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 986:aef8f6fff278 simple-fft-model
Switch off debug again
author | Chris Cannam |
---|---|
date | Wed, 01 Jul 2015 11:33:28 +0100 |
parents | 8053c0dfa919 |
children | 4f4f0e158ecf |
comparison
equal
deleted
inserted
replaced
985:8053c0dfa919 | 986:aef8f6fff278 |
---|---|
46 | 46 |
47 #ifndef __GNUC__ | 47 #ifndef __GNUC__ |
48 #include <alloca.h> | 48 #include <alloca.h> |
49 #endif | 49 #endif |
50 | 50 |
51 #define DEBUG_SPECTROGRAM_REPAINT 1 | 51 //#define DEBUG_SPECTROGRAM_REPAINT 1 |
52 | 52 |
53 using std::vector; | 53 using std::vector; |
54 | 54 |
55 SpectrogramLayer::SpectrogramLayer(Configuration config) : | 55 SpectrogramLayer::SpectrogramLayer(Configuration config) : |
56 m_model(0), | 56 m_model(0), |