mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
'surfaces/mackie' - Platform specific changes
This commit is contained in:
parent
447e986a0a
commit
f225eaa919
1 changed files with 2 additions and 1 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue