Skip to content

Commit

Permalink
Commandline mode was losing channel ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Jun 26, 2024
1 parent f6c06ba commit 33f84d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SidWizPlus/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ private static void Run(Settings settings)
return channel;
})
.Where(ch => ch.SampleCount > 0 && !ch.IsSilent)
.OrderBy(ch => ch.Filename)
.ToList();

if (settings.AutoScalePercentage > 0)
Expand Down

0 comments on commit 33f84d0

Please sign in to comment.