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

Method Manager

src/patch.cpp:30–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30Manager::Manager() {
31 internal = new Internal;
32
33 autosavePath = asset::user("autosave");
34
35 // Use a different temporary autosave dir when safe mode is enabled, to avoid altering normal autosave.
36 if (settings::safeMode) {
37 autosavePath = asset::user("autosave-safe");
38 clearAutosave();
39 }
40
41 templatePath = asset::user("template.vcv");
42 factoryTemplatePath = asset::system("template.vcv");
43}
44
45
46Manager::~Manager() {

Callers

nothing calls this directly

Calls 2

userFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected