comparison data/midi/MIDIInput.cpp @ 608:d7f3dfe6f9a4

* solaris build fixes
author Chris Cannam
date Thu, 10 Sep 2009 18:44:45 +0000
parents 9773aadbae0c
children 06f13a3b9e9e
comparison
equal deleted inserted replaced
607:a67651386253 608:d7f3dfe6f9a4
14 */ 14 */
15 15
16 #include "MIDIInput.h" 16 #include "MIDIInput.h"
17 17
18 #include "rtmidi/RtMidi.h" 18 #include "rtmidi/RtMidi.h"
19
20 #include <unistd.h>
19 21
20 MIDIInput::MIDIInput(QString name, FrameTimer *timer) : 22 MIDIInput::MIDIInput(QString name, FrameTimer *timer) :
21 m_rtmidi(), 23 m_rtmidi(),
22 m_frameTimer(timer), 24 m_frameTimer(timer),
23 m_buffer(1023) 25 m_buffer(1023)