diff --git a/VG Music Studio/UI/MainForm.cs b/VG Music Studio/UI/MainForm.cs index 92a1995..bd7d9a6 100644 --- a/VG Music Studio/UI/MainForm.cs +++ b/VG Music Studio/UI/MainForm.cs @@ -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))