Skip to content

Commit

Permalink
[MP2k] Reverse volume when batch saving to Midi
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Apr 30, 2022
1 parent 997a4f7 commit 41323d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VG Music Studio/UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ private void ExportMIDIBatch(object sender, EventArgs e)
var args = new Core.GBA.MP2K.Player.MIDISaveArgs
{
SaveCommandsBeforeTranspose = true,
ReverseVolume = false,
ReverseVolume = true,
TimeSignatures = new List<(int AbsoluteTick, (byte Numerator, byte Denominator))>
{
(0, (4, 4))
Expand Down

0 comments on commit 41323d6

Please sign in to comment.