comparison layer/TimeValueLayer.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 202d1dca67d2
children 1bdf285c4eac
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 _TIME_VALUE_VIEW_H_ 10 #ifndef _TIME_VALUE_LAYER_H_
11 #define _TIME_VALUE_VIEW_H_ 11 #define _TIME_VALUE_LAYER_H_
12 12
13 #include "base/Layer.h" 13 #include "base/Layer.h"
14 #include "model/SparseTimeValueModel.h" 14 #include "model/SparseTimeValueModel.h"
15 15
16 #include <QObject> 16 #include <QObject>