comparison data/midi/MIDIInput.h @ 560:2e50d95cf621

* restore compileability
author Chris Cannam
date Mon, 23 Feb 2009 11:43:55 +0000
parents 32d156c75df7
children 863ad4b1f841
comparison
equal deleted inserted replaced
559:32d156c75df7 560:2e50d95cf621
16 #ifndef _MIDI_INPUT_H_ 16 #ifndef _MIDI_INPUT_H_
17 #define _MIDI_INPUT_H_ 17 #define _MIDI_INPUT_H_
18 18
19 #include <QObject> 19 #include <QObject>
20 #include "MIDIEvent.h" 20 #include "MIDIEvent.h"
21
22 #include <vector>
23 #include "base/RingBuffer.h"
21 24
22 class RtMidi; 25 class RtMidi;
23 26
24 class MIDIInput : public QObject 27 class MIDIInput : public QObject
25 { 28 {