diff layer/SpectrogramLayer.h @ 479:0033dbfb92e3

* smooth x-scaling for images in spectrogram -- needs an overlap to avoid discontinuity
author Chris Cannam
date Tue, 03 Feb 2009 12:55:09 +0000
parents 0990b95140e3
children 567b94e627b8
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Tue Feb 03 12:02:17 2009 +0000
+++ b/layer/SpectrogramLayer.h	Tue Feb 03 12:55:09 2009 +0000
@@ -416,6 +416,7 @@
     bool paintColumnValues(View *v, FFTModel *fft, int x0, int x,
                            int minbin, int maxbin,
                            float displayMinFreq, float displayMaxFreq,
+                           float xPixelRatio,
                            const int h,
                            const float *yforbin) const;