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

Method lv2_get_instance_pointer

distrho/src/DistrhoPluginLV2.cpp:1170–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168
1169 #if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
1170 void* lv2_get_instance_pointer()
1171 {
1172 return fPlugin.getInstancePointer();
1173 }
1174 #endif
1175
1176 // -------------------------------------------------------------------

Callers 1

lv2_get_instance_pointerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected