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

Method ImportGrooves

Source/ModuleImporter.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void CModuleImporter::ImportGrooves() {
209 if (groove_mode_ != import_mode_t::none)
210 for (auto [i, gi] : groove_index_)
211 modfile_.SetGroove(gi, imported_.GetGroove(i));
212}
213
214void CModuleImporter::ImportDetune() {
215 for (int i = 0; i < 6; ++i)

Callers

nothing calls this directly

Calls 2

GetGrooveMethod · 0.80
SetGrooveMethod · 0.45

Tested by

no test coverage detected