A few build fixes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
dc92378e33
commit
22b129403e
6 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue