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

Function config

src/custom/asset.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37std::string bundlePath; // points to plugin manifests dir (or empty)
38
39std::string config(std::string filename) {
40 return system::join(configDir, filename);
41}
42
43std::string user(std::string filename) {
44 return system::join(userDir, filename);

Callers 15

CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
CardinalCommon.cppFile · 0.85
ZamAudioCompModuleMethod · 0.85
CardinalBlankModuleMethod · 0.85
HostMIDICCMethod · 0.85
CarlaModuleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected