Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 174:96b8a790730a
* Wire up the Panner widget in the pane, and do some tidying in Pane
author | Chris Cannam |
---|---|
date | Thu, 19 Oct 2006 13:05:39 +0000 |
parents | 86cee2b060c7 |
children | ad7df5989d08 |
comparison
equal
deleted
inserted
replaced
173:9c40dc10c88c | 174:96b8a790730a |
---|---|
33 #include <iostream> | 33 #include <iostream> |
34 | 34 |
35 #include <cassert> | 35 #include <cassert> |
36 #include <cmath> | 36 #include <cmath> |
37 | 37 |
38 #define DEBUG_SPECTROGRAM_REPAINT 1 | 38 //#define DEBUG_SPECTROGRAM_REPAINT 1 |
39 | 39 |
40 SpectrogramLayer::SpectrogramLayer(Configuration config) : | 40 SpectrogramLayer::SpectrogramLayer(Configuration config) : |
41 Layer(), | 41 Layer(), |
42 m_model(0), | 42 m_model(0), |
43 m_channel(0), | 43 m_channel(0), |