Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/base/Layer.h Thu Feb 09 18:01:52 2006 +0000 +++ b/base/Layer.h Fri Feb 10 17:51:36 2006 +0000 @@ -8,8 +8,8 @@ This is experimental software. Not for distribution. */ -#ifndef _VIEWER_H_ -#define _VIEWER_H_ +#ifndef _LAYER_H_ +#define _LAYER_H_ #include "PropertyContainer.h" #include "XmlExportable.h"