Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
195:4a3bdde1ef13 | 196:22c99c8aa1e0 |
---|---|
13 OBJECTS_DIR = tmp_obj | 13 OBJECTS_DIR = tmp_obj |
14 MOC_DIR = tmp_moc | 14 MOC_DIR = tmp_moc |
15 | 15 |
16 # Input | 16 # Input |
17 HEADERS += Colour3DPlotLayer.h \ | 17 HEADERS += Colour3DPlotLayer.h \ |
18 ColourMapper.h \ | |
18 Layer.h \ | 19 Layer.h \ |
19 LayerFactory.h \ | 20 LayerFactory.h \ |
20 NoteLayer.h \ | 21 NoteLayer.h \ |
21 PaintAssistant.h \ | 22 PaintAssistant.h \ |
22 SpectrogramLayer.h \ | 23 SpectrogramLayer.h \ |
27 TimeInstantLayer.h \ | 28 TimeInstantLayer.h \ |
28 TimeRulerLayer.h \ | 29 TimeRulerLayer.h \ |
29 TimeValueLayer.h \ | 30 TimeValueLayer.h \ |
30 WaveformLayer.h | 31 WaveformLayer.h |
31 SOURCES += Colour3DPlotLayer.cpp \ | 32 SOURCES += Colour3DPlotLayer.cpp \ |
33 ColourMapper.cpp \ | |
32 Layer.cpp \ | 34 Layer.cpp \ |
33 LayerFactory.cpp \ | 35 LayerFactory.cpp \ |
34 NoteLayer.cpp \ | 36 NoteLayer.cpp \ |
35 PaintAssistant.cpp \ | 37 PaintAssistant.cpp \ |
36 SpectrogramLayer.cpp \ | 38 SpectrogramLayer.cpp \ |