From a89c558e754146a631fa4ad6841b732f83e5f758 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 9 Apr 2016 23:15:00 +0200 Subject: [PATCH] Testing, please ignore --- source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp b/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp index a431def84..78b66b2ba 100644 --- a/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp +++ b/source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp @@ -1362,6 +1362,8 @@ void MiddleWareImpl::sendToRemote(const char *rtmsg, std::string dest) if(dest == "GUI") { cb(ui, rtmsg); } else if(!dest.empty()) { + printf("Testing sendToRemote: '%s'\n", rtmsg); + lo_message msg = lo_message_deserialise((void*)rtmsg, rtosc_message_length(rtmsg, bToU->buffer_size()), NULL);