Mercurial > hg > svgui
log layer/ColourMapper.cpp @ 989:3871dffc31bd
age | author | description |
---|---|---|
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 |
2009-05-22 | Chris Cannam | * Add High Gain colour map |
2008-03-12 | Chris Cannam | * juggle some files around in order to free audioio, base, and system libraries |
2007-07-02 | Chris Cannam | * Fix centre line position |
2007-04-30 | Chris Cannam | * Fix many compile warnings, remove some debug output |
2007-02-09 | Chris Cannam | ... |
2007-02-01 | Chris Cannam | * Work on harmonising colour and scale ranges between types of layer |
2007-01-31 | Chris Cannam | * Add separate colour mapping unit; use it in spectrogram (colour 3d plot to follow) |