Mercurial > hg > svcore
comparison data/model/SparseOneDimensionalModel.h @ 1615:24dc8cb42755 single-point
Rename a number of classes and methods (including Point -> Event); comments
author | Chris Cannam |
---|---|
date | Thu, 07 Mar 2019 15:44:09 +0000 |
parents | 560453546749 |
children | 7a23dfe65d66 |
comparison
equal
deleted
inserted
replaced
1614:2e14a7876945 | 1615:24dc8cb42755 |
---|---|
15 | 15 |
16 #ifndef SV_SPARSE_ONE_DIMENSIONAL_MODEL_H | 16 #ifndef SV_SPARSE_ONE_DIMENSIONAL_MODEL_H |
17 #define SV_SPARSE_ONE_DIMENSIONAL_MODEL_H | 17 #define SV_SPARSE_ONE_DIMENSIONAL_MODEL_H |
18 | 18 |
19 #include "SparseModel.h" | 19 #include "SparseModel.h" |
20 #include "NoteData.h" | 20 #include "base/NoteData.h" |
21 #include "base/PlayParameterRepository.h" | 21 #include "base/PlayParameterRepository.h" |
22 #include "base/RealTime.h" | 22 #include "base/RealTime.h" |
23 | 23 |
24 #include <QStringList> | 24 #include <QStringList> |
25 | 25 |