Mercurial > hg > svcore
comparison data/model/NoteData.h @ 1507:fe579dc6a713 import-audio-data
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 04 Sep 2018 13:19:20 +0100 |
parents | 6965c83c8fa7 |
children |
comparison
equal
deleted
inserted
replaced
1493:f0c2b8b31609 | 1507:fe579dc6a713 |
---|---|
10 published by the Free Software Foundation; either version 2 of the | 10 published by the Free Software Foundation; either version 2 of the |
11 License, or (at your option) any later version. See the file | 11 License, or (at your option) any later version. See the file |
12 COPYING included with this distribution for more information. | 12 COPYING included with this distribution for more information. |
13 */ | 13 */ |
14 | 14 |
15 #ifndef NOTE_DATA_H | 15 #ifndef SV_NOTE_DATA_H |
16 #define NOTE_DATA_H | 16 #define SV_NOTE_DATA_H |
17 | 17 |
18 #include <vector> | 18 #include <vector> |
19 | 19 |
20 #include "base/Pitch.h" | 20 #include "base/Pitch.h" |
21 | 21 |