Mercurial > hg > svgui
diff layer/TimeInstantLayer.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 | 78515b1e29eb |
line wrap: on
line diff
--- a/layer/TimeInstantLayer.h Wed Feb 08 17:59:16 2006 +0000 +++ b/layer/TimeInstantLayer.h Fri Feb 10 17:51:36 2006 +0000 @@ -7,8 +7,8 @@ This is experimental software. Not for distribution. */ -#ifndef _TIME_INSTANT_VIEW_H_ -#define _TIME_INSTANT_VIEW_H_ +#ifndef _TIME_INSTANT_LAYER_H_ +#define _TIME_INSTANT_LAYER_H_ #include "base/Layer.h" #include "model/SparseOneDimensionalModel.h"