Mercurial > hg > svcore
comparison data/model/NoteModel.h @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 3a13b0d4934e |
children | 9c85517ff0f5 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
15 | 15 |
16 #ifndef _NOTE_MODEL_H_ | 16 #ifndef _NOTE_MODEL_H_ |
17 #define _NOTE_MODEL_H_ | 17 #define _NOTE_MODEL_H_ |
18 | 18 |
19 #include "SparseValueModel.h" | 19 #include "SparseValueModel.h" |
20 #include "PlayParameterRepository.h" | 20 #include "base/PlayParameterRepository.h" |
21 #include "base/RealTime.h" | 21 #include "base/RealTime.h" |
22 | 22 |
23 /** | 23 /** |
24 * Note type for use in a SparseModel or SparseValueModel. All we | 24 * Note type for use in a SparseModel or SparseValueModel. All we |
25 * mean by a "note" is something that has an onset time, a single | 25 * mean by a "note" is something that has an onset time, a single |