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

Method loadTemplate

src/override/ModuleWidget.cpp:645–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void ModuleWidget::loadTemplate() {
646 std::string templatePath = system::join(model->getUserPresetDirectory(), "template.vcvm");
647 try {
648 load(templatePath);
649 }
650 catch (Exception& e) {
651 // Do nothing
652 }
653}
654
655void ModuleWidget::loadDialog() {
656 std::string presetDir = model->getUserPresetDirectory();

Callers 15

CardinalPlugin.cppFile · 0.45
fInitializerFunction · 0.45
mainFunction · 0.45
CardinalPlugin.cppFile · 0.45
fInitializerFunction · 0.45
CardinalPlugin.cppFile · 0.45
fInitializerFunction · 0.45
CardinalPlugin.cppFile · 0.45

Calls 1

Tested by

no test coverage detected