Mercurial > hg > svgui
log layer/SpectrogramLayer.cpp @ 1234:81dfe06a45c9
age | author | description |
---|---|---|
Fri, 27 Jan 2017 11:39:29 +0000 | Chris Cannam | Untabify |
Thu, 26 Jan 2017 21:18:55 +0000 | Chris Cannam | Move this function into cpp file |
Thu, 05 Jan 2017 14:02:54 +0000 | Chris Cannam | Make the colour 3d plot renderer able to support more than one level of peak cache; introduce a second "peak" cache for the spectrogram layer that actually has a 1-1 column relationship with the underlying FFT model, and use it in addition to the existing peak cache if memory is plentiful. Makes spectrograms appear much faster in many common situations. 3.0-integration |
Thu, 05 Jan 2017 11:10:57 +0000 | Chris Cannam | Recreate FFT model when something changes, not the next time it's requested (avoids extra work when only retrieving the model) 3.0-integration |
Tue, 03 Jan 2017 16:23:11 +0000 | Chris Cannam | Provisionally add labels for normalisation menu (sigh) 3.0-integration |
Fri, 16 Dec 2016 14:16:05 +0000 | Chris Cannam | Introduce a colour map combo too. Doesn't yet have swatches levelpanwidget |