We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a5372 commit e1465baCopy full SHA for e1465ba
tools/modconv/modconv.cc
@@ -127,6 +127,7 @@ both the pattern and sample data.
127
auto patternData = file->read(channels * (maxPatternID + 1) * 256);
128
129
fmt::print("Title: {}\n", modFile.get<ModTitle>().value);
130
+ fmt::print("Channels: {}\n", channels);
131
fmt::print("Positions: {}\n", modFile.get<Positions>().value);
132
fmt::print("Patterns: {}\n", maxPatternID + 1);
133
fmt::print("Converting samples...\n");
0 commit comments