A few build fixes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-28 20:51:50 +00:00
parent dc92378e33
commit 22b129403e
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 17 additions and 1 deletions

View file

@ -81,6 +81,7 @@ START_NAMESPACE_DISTRHO
#if ! DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
const char* Plugin::getBundlePath() const noexcept { return nullptr; }
bool Plugin::isSelfTestInstance() const noexcept { return false; }
bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; }
#endif