comparison layer/WaveformLayer.h @ 30:ea6fe8cfcdd5

* Add the Note layer for pianoroll-type display of note-type data * Complete the MIDI file importer (well, nearly -- it would be nice to be able to import the non-note data as other sorts of models, and that's not done yet). * Minor refactoring in RealTime etc
author Chris Cannam
date Fri, 10 Feb 2006 17:51:36 +0000
parents dcdb21b62dbb
children ad214997dddb
comparison
equal deleted inserted replaced
29:9f55af9676b4 30:ea6fe8cfcdd5
5 Chris Cannam, Queen Mary University of London, 2005-2006 5 Chris Cannam, Queen Mary University of London, 2005-2006
6 6
7 This is experimental software. Not for distribution. 7 This is experimental software. Not for distribution.
8 */ 8 */
9 9
10 #ifndef _WAVEFORM_VIEW_H_ 10 #ifndef _WAVEFORM_LAYER_H_
11 #define _WAVEFORM_VIEW_H_ 11 #define _WAVEFORM_LAYER_H_
12 12
13 #include <QRect> 13 #include <QRect>
14 #include <QColor> 14 #include <QColor>
15 15
16 #include "base/Layer.h" 16 #include "base/Layer.h"