Mercurial > hg > svgui
comparison layer/layer.pro @ 274:b9380f679f70
* Fix centre line position
* Fix failure to update overview when generating peaks from wav file
* Provide y-coordinate scale values and differences for spectrum measurement
mode, and fix values for waveform (inc dB for both)
* Add Printer colour scheme (may be futile)
author | Chris Cannam |
---|---|
date | Mon, 02 Jul 2007 13:04:17 +0000 |
parents | cec1f78fbfca |
children | 86a112b5b319 |
comparison
equal
deleted
inserted
replaced
273:e954c00cbe55 | 274:b9380f679f70 |
---|---|
18 ColourMapper.h \ | 18 ColourMapper.h \ |
19 Layer.h \ | 19 Layer.h \ |
20 LayerFactory.h \ | 20 LayerFactory.h \ |
21 NoteLayer.h \ | 21 NoteLayer.h \ |
22 PaintAssistant.h \ | 22 PaintAssistant.h \ |
23 SliceableLayer.h \ | |
24 SliceLayer.h \ | |
23 SpectrogramLayer.h \ | 25 SpectrogramLayer.h \ |
24 SpectrumLayer.h \ | 26 SpectrumLayer.h \ |
25 SliceLayer.h \ | |
26 SliceableLayer.h \ | |
27 TextLayer.h \ | 27 TextLayer.h \ |
28 TimeInstantLayer.h \ | 28 TimeInstantLayer.h \ |
29 TimeRulerLayer.h \ | 29 TimeRulerLayer.h \ |
30 TimeValueLayer.h \ | 30 TimeValueLayer.h \ |
31 WaveformLayer.h | 31 WaveformLayer.h |
33 ColourMapper.cpp \ | 33 ColourMapper.cpp \ |
34 Layer.cpp \ | 34 Layer.cpp \ |
35 LayerFactory.cpp \ | 35 LayerFactory.cpp \ |
36 NoteLayer.cpp \ | 36 NoteLayer.cpp \ |
37 PaintAssistant.cpp \ | 37 PaintAssistant.cpp \ |
38 SliceLayer.cpp \ | |
38 SpectrogramLayer.cpp \ | 39 SpectrogramLayer.cpp \ |
39 SpectrumLayer.cpp \ | 40 SpectrumLayer.cpp \ |
40 SliceLayer.cpp \ | |
41 TextLayer.cpp \ | 41 TextLayer.cpp \ |
42 TimeInstantLayer.cpp \ | 42 TimeInstantLayer.cpp \ |
43 TimeRulerLayer.cpp \ | 43 TimeRulerLayer.cpp \ |
44 TimeValueLayer.cpp \ | 44 TimeValueLayer.cpp \ |
45 WaveformLayer.cpp | 45 WaveformLayer.cpp |