comparison layer/SpectrogramLayer.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 9f55af9676b4
children fc802f7b112e
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 _SPECTROGRAM_VIEW_H_ 10 #ifndef _SPECTROGRAM_LAYER_H_
11 #define _SPECTROGRAM_VIEW_H_ 11 #define _SPECTROGRAM_LAYER_H_
12 12
13 #include "base/Layer.h" 13 #include "base/Layer.h"
14 #include "base/Window.h" 14 #include "base/Window.h"
15 #include "model/PowerOfSqrtTwoZoomConstraint.h" 15 #include "model/PowerOfSqrtTwoZoomConstraint.h"
16 #include "model/DenseTimeValueModel.h" 16 #include "model/DenseTimeValueModel.h"