MCPcopy Create free account
hub / github.com/VCVRack/Rack / getFactoryPresetDirectory

Method getFactoryPresetDirectory

src/plugin/Model.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90std::string Model::getFactoryPresetDirectory() {
91 return asset::plugin(plugin, system::join("presets", slug));
92}
93
94
95std::string Model::getUserPresetDirectory() {

Callers 1

createContextMenuMethod · 0.80

Calls 2

pluginFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected