MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / writeMidiEvent

Method writeMidiEvent

src/CardinalRemote/main.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

writeMidiMessageMethod · 0.45
writeMidiMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected