MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / importSCLFile

Method importSCLFile

Source/gui/TuningComponent.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void TuningComponent::importSCLFile() {
73 DBG("importSCLFile()");
74 importSCLFromFileBrowser("",
75 "*.scl",
76 "Load Scala tuning file...",
77 FileBrowserComponent::openMode | FileBrowserComponent::canSelectFiles);
78}
79
80void TuningComponent::importKBMFile() {
81 DBG("importKBMFile()");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected