Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 71:72fa239a4880
* Modify to use Vamp SDK for proper feature extraction plugins.
Requires that the vamp-plugin-sdk directory tree be present below
plugin/ (it's separate in Subversion).
author | Chris Cannam |
---|---|
date | Fri, 31 Mar 2006 15:56:35 +0000 |
parents | 705f05ab42e3 |
children | fd348f36c0d3 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Thu Mar 30 15:00:22 2006 +0000 +++ b/layer/SpectrogramLayer.h Fri Mar 31 15:56:35 2006 +0000 @@ -18,6 +18,7 @@ #include "base/Layer.h" #include "base/Window.h" +#include "base/RealTime.h" #include "model/PowerOfSqrtTwoZoomConstraint.h" #include "model/DenseTimeValueModel.h" @@ -34,7 +35,6 @@ class QImage; class QPixmap; class QTimer; -class RealTime; /** * SpectrogramLayer represents waveform data (obtained from a @@ -158,7 +158,7 @@ bool getNormalizeColumns() const; enum ColourScheme { DefaultColours, WhiteOnBlack, BlackOnWhite, - RedOnBlue, YellowOnBlack, Rainbow }; + RedOnBlue, YellowOnBlack, BlueOnBlack, Rainbow }; void setColourScheme(ColourScheme scheme); ColourScheme getColourScheme() const;