| 84 | |
| 85 | #if ! DISTRHO_PLUGIN_WANT_DIRECT_ACCESS |
| 86 | uint32_t Plugin::getBufferSize() const noexcept { return 0; } |
| 87 | double Plugin::getSampleRate() const noexcept { return 0.0; } |
| 88 | const char* Plugin::getBundlePath() const noexcept { return nullptr; } |
| 89 | bool Plugin::isSelfTestInstance() const noexcept { return false; } |
no outgoing calls
no test coverage detected