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