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

Method getSampleRate

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

Source from the content-addressed store, hash-verified

69
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) {}

Callers 2

CardinalPluginContextMethod · 0.45
CardinalPluginContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected