Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
23:ca57f70b0e48 | 24:6b794a2af3d9 |
---|---|
11 | 11 |
12 #include "base/View.h" | 12 #include "base/View.h" |
13 #include "base/Profiler.h" | 13 #include "base/Profiler.h" |
14 #include "base/AudioLevel.h" | 14 #include "base/AudioLevel.h" |
15 #include "base/Window.h" | 15 #include "base/Window.h" |
16 #include "base/Pitch.h" | |
16 | 17 |
17 #include <QPainter> | 18 #include <QPainter> |
18 #include <QImage> | 19 #include <QImage> |
19 #include <QPixmap> | 20 #include <QPixmap> |
20 #include <QRect> | 21 #include <QRect> |