MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / DoImport

Method DoImport

Source/ModuleImporter.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void CModuleImporter::DoImport(bool doDetune) {
134 ImportInstruments();
135 ImportGrooves();
136 if (doDetune)
137 ImportDetune();
138 ImportSongs();
139}
140
141void CModuleImporter::ImportInstruments() {
142 if (inst_mode_ == import_mode_t::none)

Callers 1

OnBnClickedOkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected