Mercurial > hg > svgui
log layer/Colour3DPlotRenderer.cpp @ 1213:34df6ff25472 3.0-integration
age | author | description |
---|---|---|
Thu, 05 Jan 2017 14:17:47 +0000 | Chris Cannam | Don't start in the middle when repainting the whole width while using a peak cache. It looks funny. 3.0-integration |
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 |
Mon, 28 Nov 2016 14:39:59 +0000 | Chris Cannam | More debug 3.0-integration |
Wed, 23 Nov 2016 10:39:32 +0000 | Chris Cannam | Avoid rounding error giving too few bins in column request 3.0-integration |