Browse Source

Revert "Testing, please ignore"

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

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

@@ -1362,8 +1362,6 @@ 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