MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / startRemoteServer

Function startRemoteServer

src/CardinalPlugin.cpp:350–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348
349 #ifdef HAVE_LIBLO
350 bool startRemoteServer(const char* const port) override
351 {
352 if (fInitializer->remotePluginInstance != nullptr)
353 return false;
354
355 if (fInitializer->startRemoteServer(port))
356 {
357 fInitializer->remotePluginInstance = this;
358 return true;
359 }
360
361 return false;
362 }
363
364 void stopRemoteServer() override
365 {

Callers 1

CardinalCommon.cppFile · 0.70

Calls 1

startRemoteServerMethod · 0.45

Tested by

no test coverage detected