| 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; } |
| 90 | bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; } |
| 91 | #endif |