Denis Gottardello
Denis Gottardello
Please try it http://www.denisgottardello.it/Test01.zip On windows and Linux no problem. On Mac OS X sometimes works, sometimes goes to crash.
Solved by changing the code ` MIDISysexSendRequest request; request.bytesToSend = data.length(); request.complete = false; request.completionProc = nullptr; request.completionRefCon = nullptr; request.data = (Byte *)data.constData(); request.destination = fMidiPtrs->destinationId; MIDISendSysex(&request);` to `...
Many thanks for your reply. Does the Bonjour Windows service can generate a conflict? Da: "Cameron Gutman" [email protected] A: "nitroshare/qmdnsengine" [email protected] Cc: "Denis Gottardello" [email protected],"Author" [email protected] Data: Tue, 03 Mar...
Ok thanks