Skip to content

Commit e1465ba

Browse files
authored
Adding channels print output.
1 parent 94a5372 commit e1465ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/modconv/modconv.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ both the pattern and sample data.
127127
auto patternData = file->read(channels * (maxPatternID + 1) * 256);
128128

129129
fmt::print("Title: {}\n", modFile.get<ModTitle>().value);
130+
fmt::print("Channels: {}\n", channels);
130131
fmt::print("Positions: {}\n", modFile.get<Positions>().value);
131132
fmt::print("Patterns: {}\n", maxPatternID + 1);
132133
fmt::print("Converting samples...\n");

0 commit comments

Comments
 (0)