comparison base/Layer.h @ 26:090c22aa726a

* 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 bb9291d84810
children 4b16526b011b
comparison
equal deleted inserted replaced
25:7dad8a310963 26:090c22aa726a
6 Chris Cannam, Queen Mary University of London, 2005-2006 6 Chris Cannam, Queen Mary University of London, 2005-2006
7 7
8 This is experimental software. Not for distribution. 8 This is experimental software. Not for distribution.
9 */ 9 */
10 10
11 #ifndef _VIEWER_H_ 11 #ifndef _LAYER_H_
12 #define _VIEWER_H_ 12 #define _LAYER_H_
13 13
14 #include "PropertyContainer.h" 14 #include "PropertyContainer.h"
15 #include "XmlExportable.h" 15 #include "XmlExportable.h"
16 16
17 #include <QObject> 17 #include <QObject>