log layer/SpectrogramLayer.cpp @ 1475:84c4ddb38415 by-id

age author description
2019-07-02 Chris Cannam Further layer updates for ModelById by-id
2019-07-01 Chris Cannam Further layer updates by-id
2019-07-01 Chris Cannam More layer updates by-id
2019-05-24 Chris Cannam Fix incorrect frequency display in peak-freq mode
2019-05-01 Chris Cannam Tweak peak-cache allocations etc in the hope of making long spectrograms a little faster to re-render single-point
2019-03-22 Chris Cannam Use updated TextModel single-point
2019-03-20 Chris Cannam Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest! single-point
2019-02-14 Chris Cannam Comments
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-11-22 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
2018-11-15 Chris Cannam Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
2018-11-14 Chris Cannam Fixes to spectrum axis calculations, + default to starting at bin 1
2018-11-07 Chris Cannam Add oversampling option to spectrum as well spectrogramparam
2018-11-06 Chris Cannam Experimental oversampling param spectrogramparam
2018-10-18 Chris Cannam Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.