cac3f2b55b
MIDI data (ALSA Sequencer and/or JACK MIDI) over the network, using UDP/IP multicast. Inspired by multimidicast (http://llg.cubic.org/tools) and designed to be compatible with ipMIDI for Windows (http://nerds.de). QmidiNet is free, open-source software, distributed under the terms of the GNU General Public License (GPL) version 2 or later. WWW: http://sourceforge.net/projects/qmidinet
11 lines
301 B
C++
11 lines
301 B
C++
--- ./src/qmidinetUdpDevice.cpp.orig 2014-06-27 22:15:38.224214098 +0100
|
|
+++ ./src/qmidinetUdpDevice.cpp 2014-06-27 22:16:02.128215458 +0100
|
|
@@ -25,6 +25,8 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
+#include <netinet/in.h>
|
|
+
|
|
#if defined(WIN32)
|
|
static WSADATA g_wsaData;
|
|
typedef int socklen_t;
|