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);