log layer/ColourMapper.cpp @ 1311:43a28a52f8ab import-audio-data

age author description
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2016-12-16 Chris Cannam Add swatches to colour map combo (optionally, as it turns out they are quite visually distracting) levelpanwidget
2016-06-23 Chris Cannam Start stubbing Colour3DPlotRenderer spectrogram-minor-refactor
2016-01-20 Chris Cannam Add default spectrogram colours to prefs colourschemes
2016-01-19 Chris Cannam Tidy colourschemes
2016-01-19 Chris Cannam Rearrange colours, make some of them more attractive, give some of them nicer names colourschemes
2016-01-19 Chris Cannam Remove debug out colourschemes
2016-01-19 Chris Cannam Provide a sensible name for this colour scheme colourschemes
2015-12-02 Chris Cannam Experimentation with colour schemes and mappings colourschemes
2015-03-10 Chris Cannam Type correction cxx11
2015-03-09 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
2015-03-04 Chris Cannam Toward building with new sv types cxx11
2014-06-17 Chris Cannam Remove size_t's and fix warnings in layer/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h