comparison data/midi/MIDIInput.cpp @ 1218:6b847a59d908 msvc2015_64

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 15:54:56 +0100
parents e802e550a1f2
children 794b64e62e58
comparison
equal deleted inserted replaced
1217:046f05fa31f3 1218:6b847a59d908
15 15
16 #include "MIDIInput.h" 16 #include "MIDIInput.h"
17 17
18 #include "rtmidi/RtMidi.h" 18 #include "rtmidi/RtMidi.h"
19 19
20 #include <unistd.h> 20 //#include <unistd.h>
21 21
22 MIDIInput::MIDIInput(QString name, FrameTimer *timer) : 22 MIDIInput::MIDIInput(QString name, FrameTimer *timer) :
23 m_rtmidi(), 23 m_rtmidi(),
24 m_frameTimer(timer), 24 m_frameTimer(timer),
25 m_buffer(1023) 25 m_buffer(1023)