MCPcopy Create free account
hub / github.com/DISTRHO/DPF / clap_plugin_on_main_thread

Function clap_plugin_on_main_thread

distrho/src/DistrhoPluginCLAP.cpp:2533–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531}
2532
2533static void CLAP_ABI clap_plugin_on_main_thread(const clap_plugin_t* const plugin)
2534{
2535 PluginCLAP* const instance = static_cast<PluginCLAP*>(plugin->plugin_data);
2536 instance->onMainThread();
2537}
2538
2539// --------------------------------------------------------------------------------------------------------------------
2540// plugin factory

Callers

nothing calls this directly

Calls 1

onMainThreadMethod · 0.80

Tested by

no test coverage detected