Cleanup, fix MOD builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4ab933a073
commit
6aedd9d2f3
5 changed files with 46 additions and 27 deletions
|
@ -78,6 +78,8 @@ START_NAMESPACE_DISTRHO
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
#if ! DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
|
||||
uint32_t Plugin::getBufferSize() const noexcept { return 0; }
|
||||
double Plugin::getSampleRate() const noexcept { return 0.0; }
|
||||
const char* Plugin::getBundlePath() const noexcept { return nullptr; }
|
||||
bool Plugin::isSelfTestInstance() const noexcept { return false; }
|
||||
bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue