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

Method getBundlePath

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

Source from the content-addressed store, hash-verified

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; }
90bool Plugin::writeMidiEvent(const MidiEvent&) noexcept { return false; }
91#endif

Callers 1

CardinalCommon.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected