Mercurial > hg > svcore
comparison data/fileio/MIDIFileWriter.cpp @ 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 | 70e172e6cc59 |
children | 7a23dfe65d66 |
comparison
equal
deleted
inserted
replaced
1614:2e14a7876945 | 1615:24dc8cb42755 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #include "MIDIFileWriter.h" | 23 #include "MIDIFileWriter.h" |
24 | 24 |
25 #include "data/midi/MIDIEvent.h" | 25 #include "data/midi/MIDIEvent.h" |
26 #include "model/NoteData.h" | 26 |
27 | 27 #include "base/NoteData.h" |
28 #include "base/Pitch.h" | 28 #include "base/Pitch.h" |
29 | 29 |
30 #include <QCoreApplication> | 30 #include <QCoreApplication> |
31 | 31 |
32 #include <algorithm> | 32 #include <algorithm> |