Skip to content

Commit

Permalink
Merge pull request #100 from laqieer/fix/tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Kermalis authored May 6, 2022
2 parents a5f6e96 + e2ab955 commit 3559803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VG Music Studio/Core/GBA/MP2K/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public void SaveAsMIDI(string fileName, MIDISaveArgs args)
}
case TuneCommand tune:
{
track.Insert(ticks, new ChannelMessage(ChannelCommand.Controller, trackIndex, 24, tune.Tune));
track.Insert(ticks, new ChannelMessage(ChannelCommand.Controller, trackIndex, 24, tune.Tune + 0x40));
break;
}
case VoiceCommand voice:
Expand Down

0 comments on commit 3559803

Please sign in to comment.