| 1635 | |
| 1636 | #if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS |
| 1637 | static void* lv2_get_instance_pointer(LV2_Handle instance) |
| 1638 | { |
| 1639 | return instancePtr->lv2_get_instance_pointer(); |
| 1640 | } |
| 1641 | #endif |
| 1642 | |
| 1643 | // ----------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected