Mercurial > hg > svgui
diff layer/layer.pro @ 196:22c99c8aa1e0
* Add separate colour mapping unit; use it in spectrogram (colour 3d plot to follow)
* Add another colour scheme resembling that of a noted commercial application
author | Chris Cannam |
---|---|
date | Wed, 31 Jan 2007 12:13:47 +0000 |
parents | 4a3bdde1ef13 |
children | cec1f78fbfca |
line wrap: on
line diff
--- a/layer/layer.pro Mon Jan 29 18:11:20 2007 +0000 +++ b/layer/layer.pro Wed Jan 31 12:13:47 2007 +0000 @@ -15,6 +15,7 @@ # Input HEADERS += Colour3DPlotLayer.h \ + ColourMapper.h \ Layer.h \ LayerFactory.h \ NoteLayer.h \ @@ -29,6 +30,7 @@ TimeValueLayer.h \ WaveformLayer.h SOURCES += Colour3DPlotLayer.cpp \ + ColourMapper.cpp \ Layer.cpp \ LayerFactory.cpp \ NoteLayer.cpp \