diff layer/SpectrogramLayer.h @ 480:567b94e627b8

* start introducing another rendering method
author Chris Cannam
date Tue, 03 Feb 2009 15:21:28 +0000
parents 0033dbfb92e3
children 74a7729e3653
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Tue Feb 03 12:55:09 2009 +0000
+++ b/layer/SpectrogramLayer.h	Tue Feb 03 15:21:28 2009 +0000
@@ -413,6 +413,8 @@
     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 paintColumnValues(View *v, FFTModel *fft, int x0, int x,
                            int minbin, int maxbin,
                            float displayMinFreq, float displayMaxFreq,