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

Method ImportDetune

Source/ModuleImporter.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void CModuleImporter::ImportDetune() {
215 for (int i = 0; i < 6; ++i)
216 for (int j = 0; j < NOTE_COUNT; ++j)
217 modfile_.SetDetuneOffset(i, j, imported_.GetDetuneOffset(i, j));
218}
219
220void CModuleImporter::ImportSongs() {
221 imported_.VisitSongs([&] (const CSongData &, unsigned i) {

Callers

nothing calls this directly

Calls 2

SetDetuneOffsetMethod · 0.80
GetDetuneOffsetMethod · 0.80

Tested by

no test coverage detected