log layer/SpectrogramLayer.cpp @ 1501:5d179afc0366

age author description
Wed, 11 Sep 2019 20:36:04 +0100 Chris Cannam Generate peak cache directly from model, not from whole-model cache (which turns out to be very slow for large models)
Fri, 05 Jul 2019 15:34:50 +0100 Chris Cannam Update for removal of (public) getId from Model by-id
Tue, 02 Jul 2019 11:49:52 +0100 Chris Cannam Further layer updates for ModelById by-id
Mon, 01 Jul 2019 14:25:53 +0100 Chris Cannam Further layer updates by-id
Mon, 01 Jul 2019 14:17:13 +0100 Chris Cannam More layer updates by-id
Fri, 24 May 2019 14:29:19 +0100 Chris Cannam Fix incorrect frequency display in peak-freq mode
Wed, 01 May 2019 14:41:28 +0100 Chris Cannam Tweak peak-cache allocations etc in the hope of making long spectrograms a little faster to re-render single-point
Fri, 22 Mar 2019 11:05:11 +0000 Chris Cannam Use updated TextModel single-point
Wed, 20 Mar 2019 14:59:34 +0000 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
Thu, 14 Feb 2019 13:12:36 +0000 Chris Cannam Comments
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 22 Nov 2018 14:55:38 +0000 Chris Cannam Fixes from clang modernize-use-override fix-static-analysis
Thu, 15 Nov 2018 15:08:08 +0000 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
Wed, 14 Nov 2018 15:47:21 +0000 Chris Cannam Fixes to spectrum axis calculations, + default to starting at bin 1
Wed, 07 Nov 2018 11:37:51 +0000 Chris Cannam Add oversampling option to spectrum as well spectrogramparam