| 72 | bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; } |
| 73 | |
| 74 | void UI::editParameter(uint, bool) {} |
| 75 | void UI::setParameterValue(uint, float) {} |
| 76 | void UI::setState(const char*, const char*) {} |
| 77 | bool UI::openFileBrowser(const FileBrowserOptions&) { return false; } |
no outgoing calls
no test coverage detected