comparison layer/SpectrogramLayer.cpp @ 157:e68cc314deb7

...
author Chris Cannam
date Thu, 05 Oct 2006 14:34:49 +0000
parents aaa3a53dbb10
children 9c3a4b42d8f8
comparison
equal deleted inserted replaced
156:b32282fefccd 157:e68cc314deb7
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),