comparison data/model/NoteModel.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 c01cbe41aeb5
comparison
equal deleted inserted replaced
1493:f0c2b8b31609 1507:fe579dc6a713
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _NOTE_MODEL_H_ 16 #ifndef SV_NOTE_MODEL_H
17 #define _NOTE_MODEL_H_ 17 #define SV_NOTE_MODEL_H
18 18
19 #include "IntervalModel.h" 19 #include "IntervalModel.h"
20 #include "NoteData.h" 20 #include "NoteData.h"
21 #include "base/RealTime.h" 21 #include "base/RealTime.h"
22 #include "base/PlayParameterRepository.h" 22 #include "base/PlayParameterRepository.h"