| 212 | } |
| 213 | |
| 214 | void 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 | |
| 220 | void CModuleImporter::ImportSongs() { |
| 221 | imported_.VisitSongs([&] (const CSongData &, unsigned i) { |
nothing calls this directly
no test coverage detected