log layer/Colour3DPlotRenderer.cpp @ 1426:e1a08da75427 single-point

age author description
Wed, 19 Dec 2018 10:40:17 +0000 Chris Cannam Debug tweaks
Tue, 30 Oct 2018 15:32:01 +0000 Chris Cannam Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped
Thu, 18 Oct 2018 13:21:56 +0100 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.
Fri, 21 Sep 2018 11:50:05 +0100 Chris Cannam Ensure getFrameForX returns value on zoom blocksize boundary; take advantage of that (this is essentially reverting to the same behaviour as in the default branch, which we should probably have done all along) zoom
Thu, 20 Sep 2018 15:42:12 +0100 Chris Cannam Responding to a hang due to mismatching zoom and block sizes zoom
Wed, 19 Sep 2018 15:42:22 +0100 Chris Cannam Gradual ZoomLevel updates zoom
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Thu, 01 Mar 2018 14:43:53 +0000 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
Fri, 27 Jan 2017 13:19:21 +0000 Chris Cannam More tweaks to when to render from the middle
Fri, 27 Jan 2017 11:57:48 +0000 Chris Cannam Looks like we can be a bit more relaxed here
Fri, 27 Jan 2017 11:39:42 +0000 Chris Cannam Wire up normalise-visible-area mode in colour 3d plot
Thu, 26 Jan 2017 12:04:03 +0000 Chris Cannam Randomise start offset for partial paints, it looks (I think) a little better
Thu, 26 Jan 2017 11:55:11 +0000 Chris Cannam Measure time taken to render per pixel, and use the time last time around to decide whether to be time constrained this time around
Mon, 16 Jan 2017 10:00:19 +0000 Chris Cannam Fix incorrect call to getColumn() that broke the peak-frequency spectrogram and close zoom levels of the colour 3d plot
Fri, 13 Jan 2017 15:44:39 +0000 Chris Cannam Debug toward tracking down strange peak-frequency spectrogram update problem