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