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

Function lv2_get_instance_pointer

distrho/src/DistrhoPluginLV2.cpp:1637–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635
1636#if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
1637static void* lv2_get_instance_pointer(LV2_Handle instance)
1638{
1639 return instancePtr->lv2_get_instance_pointer();
1640}
1641#endif
1642
1643// -----------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected