| 1168 | |
| 1169 | #if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS |
| 1170 | void* lv2_get_instance_pointer() |
| 1171 | { |
| 1172 | return fPlugin.getInstancePointer(); |
| 1173 | } |
| 1174 | #endif |
| 1175 | |
| 1176 | // ------------------------------------------------------------------- |
no outgoing calls
no test coverage detected