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

Function clap_plugin_init

distrho/src/DistrhoPluginCLAP.cpp:2450–2454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2448// plugin
2449
2450static bool CLAP_ABI clap_plugin_init(const clap_plugin_t* const plugin)
2451{
2452 PluginCLAP* const instance = static_cast<PluginCLAP*>(plugin->plugin_data);
2453 return instance->init();
2454}
2455
2456static void CLAP_ABI clap_plugin_destroy(const clap_plugin_t* const plugin)
2457{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected