Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 90:7d06e7cf5d5a
* adjustments to facilitate debugging on win32, and some minor fixes
author | Chris Cannam |
---|---|
date | Fri, 05 May 2006 14:10:12 +0000 |
parents | 6b864e6864cb |
children | 23d1e37bbfb4 |
comparison
equal
deleted
inserted
replaced
89:803830f186ef | 90:7d06e7cf5d5a |
---|---|
270 QTimer *m_updateTimer; | 270 QTimer *m_updateTimer; |
271 mutable size_t m_candidateFillStartFrame; | 271 mutable size_t m_candidateFillStartFrame; |
272 size_t m_lastFillExtent; | 272 size_t m_lastFillExtent; |
273 bool m_exiting; | 273 bool m_exiting; |
274 | 274 |
275 void setCacheColourmap(); | 275 void setColourmap(); |
276 void rotateCacheColourmap(int distance); | 276 void rotateColourmap(int distance); |
277 | 277 |
278 void fillCacheColumn(int column, | 278 void fillCacheColumn(int column, |
279 double *inputBuffer, | 279 double *inputBuffer, |
280 fftw_complex *outputBuffer, | 280 fftw_complex *outputBuffer, |
281 fftw_plan plan, | 281 fftw_plan plan, |