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

Method getBufferSize

src/CardinalUI.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85#if ! DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
86uint32_t Plugin::getBufferSize() const noexcept { return 0; }
87double Plugin::getSampleRate() const noexcept { return 0.0; }
88const char* Plugin::getBundlePath() const noexcept { return nullptr; }
89bool Plugin::isSelfTestInstance() const noexcept { return false; }

Callers 1

CardinalPluginContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected