Browse Source

Testing, please ignore

tags/1.9.7
falkTX 9 years ago
parent
commit
a89c558e75
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp

+ 2
- 0
source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp View File

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



Loading…
Cancel
Save