Mercurial > hg > svcore
comparison data/fileio/MIDIFileReader.h @ 248:084ae1c213ee
* Add display of selection extents in status bar when dragging a selection
* Some build fixes after that i18n update
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 18:00:49 +0000 |
parents | 21b9b25bff48 |
children | 73537d900d4b |
comparison
equal
deleted
inserted
replaced
247:21b9b25bff48 | 248:084ae1c213ee |
---|---|
31 | 31 |
32 #include <QObject> | 32 #include <QObject> |
33 | 33 |
34 class MIDIEvent; | 34 class MIDIEvent; |
35 | 35 |
36 class MIDIFileReader : public DataFileReader, public QObject | 36 class MIDIFileReader : public DataFileReader |
37 { | 37 { |
38 Q_OBJECT | 38 Q_OBJECT |
39 | 39 |
40 public: | 40 public: |
41 MIDIFileReader(QString path, size_t mainModelSampleRate); | 41 MIDIFileReader(QString path, size_t mainModelSampleRate); |