comparison data/model/FlexiNoteModel.h @ 814:cccf6069a9fc tonioni

introduced horizongal note editing constraints; debugged note edit
author matthiasm
date Mon, 17 Jun 2013 18:00:24 +0100
parents 373923435472
children 147c6548bf89
comparison
equal deleted inserted replaced
791:373923435472 814:cccf6069a9fc
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _FLEXINOTE_MODEL_H_ 16 #ifndef _FLEXINOTE_MODEL_H_
17 #define _FLEXINOTE_MODEL_H_ 17 #define _FLEXINOTE_MODEL_H_
18
19 #include "NotelikeModel.h"
18 20
19 #include "IntervalModel.h" 21 #include "IntervalModel.h"
20 #include "base/RealTime.h" 22 #include "base/RealTime.h"
21 #include "base/PlayParameterRepository.h" 23 #include "base/PlayParameterRepository.h"
22 24