diff layer/ColourMapper.h @ 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 cd81066ac7ad
children
line wrap: on
line diff
--- a/layer/ColourMapper.h	Fri Jun 29 16:50:59 2007 +0000
+++ b/layer/ColourMapper.h	Mon Jul 02 13:04:17 2007 +0000
@@ -42,7 +42,8 @@
         BlueOnBlack,
         FruitSalad,
         Banded,
-        Highlight
+        Highlight,
+        Printer
     };
 
     int getMap() const { return m_map; }