diff layer/SpectrogramLayer.h @ 481:74a7729e3653

* sort out cropping and scaling for x-smoothed draw buffer
author Chris Cannam
date Tue, 03 Feb 2009 18:03:48 +0000
parents 567b94e627b8
children a926fca1f280
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Tue Feb 03 15:21:28 2009 +0000
+++ b/layer/SpectrogramLayer.h	Tue Feb 03 18:03:48 2009 +0000
@@ -413,8 +413,9 @@
     mutable std::vector<MagnitudeRange> m_columnMags;
     void invalidateMagnitudes();
     bool updateViewMagnitudes(View *v) const;
-    bool paintColumnValues2(View *v, FFTModel *fft, int w, int h,
-                            int *binforx, int *binfory) const;
+    bool paintDrawBuffer(View *v, FFTModel *fft, int w, int h,
+                         int *binforx, int *binfory) const;
+    //!!! phasing this one out:
     bool paintColumnValues(View *v, FFTModel *fft, int x0, int x,
                            int minbin, int maxbin,
                            float displayMinFreq, float displayMaxFreq,