| 70 | uint32_t Plugin::getBufferSize() const noexcept { return 128; } |
| 71 | double Plugin::getSampleRate() const noexcept { return 48000; } |
| 72 | bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; } |
| 73 | |
| 74 | void UI::editParameter(uint, bool) {} |
| 75 | void UI::setParameterValue(uint, float) {} |
no outgoing calls
no test coverage detected