13
0

'surfaces/mackie' - Platform specific changes

This commit is contained in:
John Emmas 2013-09-05 10:04:18 +01:00
parent 447e986a0a
commit f225eaa919

View File

@ -29,7 +29,6 @@
#include <float.h>
#include <sys/time.h>
#include <errno.h>
#include <poll.h>
#include <boost/shared_array.hpp>
@ -1232,7 +1231,9 @@ MackieControlProtocol::midi_input_handler (IOCondition ioc, MIDI::Port* port)
*/
if (!_device_info.uses_ipmidi()) {
#ifndef PLATFORM_WINDOWS
CrossThreadChannel::drain (port->selectable());
#endif
}
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("data available on %1\n", port->name()));