diff layer/SpectrogramLayer.cpp @ 24:6b794a2af3d9

* Add Chromagram plugin, and make a number of fixes to the dense 3d model and colour 3d plot class to accommodate it * Add pitch-conversion methods in base/Pitch * Commit previously overlooked Command.cpp
author Chris Cannam
date Wed, 01 Feb 2006 14:49:49 +0000
parents 3a506d25d95a
children dcdb21b62dbb
line wrap: on
line diff
--- a/layer/SpectrogramLayer.cpp	Tue Jan 31 17:19:45 2006 +0000
+++ b/layer/SpectrogramLayer.cpp	Wed Feb 01 14:49:49 2006 +0000
@@ -13,6 +13,7 @@
 #include "base/Profiler.h"
 #include "base/AudioLevel.h"
 #include "base/Window.h"
+#include "base/Pitch.h"
 
 #include <QPainter>
 #include <QImage>