comparison data/midi/MIDIInput.cpp @ 1219:794b64e62e58 msvc2015_64

Tidy and re-fix for Linux
author Chris Cannam
date Wed, 19 Oct 2016 09:11:51 +0100
parents 6b847a59d908
children b0533d195c83
comparison
equal deleted inserted replaced
1218:6b847a59d908 1219:794b64e62e58
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 "system/System.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)