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

Function stopRemoteServer

src/CardinalPlugin.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 void stopRemoteServer() override
365 {
366 DISTRHO_SAFE_ASSERT_RETURN(fInitializer->remotePluginInstance == this,);
367
368 fInitializer->remotePluginInstance = nullptr;
369 fInitializer->stopRemoteServer();
370 }
371
372 void stepRemoteServer() override
373 {

Callers 1

CardinalCommon.cppFile · 0.70

Calls 1

stopRemoteServerMethod · 0.45

Tested by

no test coverage detected