Browse Source

Fix build without liblo

tags/22.02
falkTX 4 years ago
parent
commit
5bc42b2d1f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/override/Scene.cpp

+ 4
- 0
src/override/Scene.cpp View File

@@ -463,6 +463,7 @@ namespace patchUtils {


bool connectToRemote() {
#ifdef HAVE_LIBLO
rack::app::Scene::Internal* const internal = APP->scene->internal;

if (internal->oscServer == nullptr) {
@@ -478,6 +479,9 @@ bool connectToRemote() {
lo_address_free(addr);

return true;
#else
return false;
#endif
}




Loading…
Cancel
Save