comparison layer/SpectrogramLayer.h @ 488:5cd6f0d3f42d

* Re-enable peak frequencies display in spectrogram
author Chris Cannam
date Thu, 05 Feb 2009 17:33:21 +0000
parents c860cab85904
children aa477ddcadb5
comparison
equal deleted inserted replaced
487:6a5327c0a40f 488:5cd6f0d3f42d
425 void invalidateMagnitudes(); 425 void invalidateMagnitudes();
426 bool updateViewMagnitudes(View *v) const; 426 bool updateViewMagnitudes(View *v) const;
427 bool paintDrawBuffer(View *v, int w, int h, 427 bool paintDrawBuffer(View *v, int w, int h,
428 int *binforx, int *binfory, 428 int *binforx, int *binfory,
429 bool usePeaksCache) const; 429 bool usePeaksCache) const;
430 bool paintDrawBufferPeakFrequencies(View *v, int w, int h,
431 int *binforx,
432 int minbin,
433 int maxbin,
434 float displayMinFreq,
435 float displayMaxFreq,
436 bool logarithmic) const;
430 //!!! phasing this one out: 437 //!!! phasing this one out:
431 bool paintColumnValues(View *v, FFTModel *fft, int x0, int x, 438 bool paintColumnValues(View *v, FFTModel *fft, int x0, int x,
432 int minbin, int maxbin, 439 int minbin, int maxbin,
433 float displayMinFreq, float displayMaxFreq, 440 float displayMinFreq, float displayMaxFreq,
434 float xPixelRatio, 441 float xPixelRatio,