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

Function plugin

src/custom/asset.cpp:61–64  ·  view source on GitHub ↗

get plugin resource path

Source from the content-addressed store, hash-verified

59
60// get plugin resource path
61std::string plugin(plugin::Plugin* plugin, std::string filename) {
62 DISTRHO_SAFE_ASSERT_RETURN(plugin != nullptr, {});
63 return system::join(plugin->path, filename);
64}
65
66// path to demo patch files
67std::string patchesPath() {

Callers 15

FundamentalBlackKnobMethod · 0.50
drawMethod · 0.50
CardinalBlankWidgetMethod · 0.50
HostMIDICCWidgetMethod · 0.50
CarlaModuleWidgetMethod · 0.50
CardinalEmbedWidgetMethod · 0.50
AudioFileWidgetMethod · 0.50
HostAudio.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected