Skip to content

Commit

Permalink
Adding channels print output.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Feb 19, 2024
1 parent 94a5372 commit e1465ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/modconv/modconv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ both the pattern and sample data.
auto patternData = file->read(channels * (maxPatternID + 1) * 256);

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

0 comments on commit e1465ba

Please sign in to comment.