Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
std::string Model::getFactoryPresetDirectory() {
91
return asset::plugin(plugin, system::join(
"presets"
, slug));
92
}
93
94
95
std::string Model::getUserPresetDirectory() {
Callers
1
createContextMenu
Method · 0.80
Calls
2
plugin
Function · 0.85
join
Function · 0.50
Tested by
no test coverage detected