Mercurial > hg > svcore
diff data/model/FFTModel.h @ 1186:12a8daa89970 spectrogram-minor-refactor
Mid-refactor to pull out the bulk of paintDrawBuffer into chunks
author | Chris Cannam |
---|---|
date | Mon, 13 Jun 2016 16:17:44 +0100 |
parents | 444d133b5ab7 |
children | 6d09ad2ab21f |
line wrap: on
line diff
--- a/data/model/FFTModel.h Wed Apr 27 11:04:32 2016 +0100 +++ b/data/model/FFTModel.h Mon Jun 13 16:17:44 2016 +0100 @@ -101,7 +101,6 @@ float getPhaseAt(int x, int y) const; void getValuesAt(int x, int y, float &real, float &imaginary) const; bool getMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; - float getNormalizedMagnitudesAt(int x, float *values, int minbin = 0, int count = 0) const; // returns maximum of unnormalized magnitudes bool getPhasesAt(int x, float *values, int minbin = 0, int count = 0) const; bool getValuesAt(int x, float *reals, float *imaginaries, int minbin = 0, int count = 0) const;