| 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 |
| 92 |