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

Method step

src/override/MenuBar.cpp:818–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816
817#ifdef HAVE_LIBLO
818 void step() override {
819 MenuButton::step();
820
821 if (remoteServerStarted) {
822 CardinalPluginContext* const context = static_cast<CardinalPluginContext*>(APP);
823 CardinalBasePlugin* const plugin = static_cast<CardinalBasePlugin*>(context->plugin);
824 plugin->stepRemoteServer();
825 }
826 }
827#endif
828};
829

Callers

nothing calls this directly

Calls 1

stepRemoteServerMethod · 0.45

Tested by

no test coverage detected