forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlatformPlayer: Implement almost all of MidiControl.
Shadow Shoot (again) seems to have weird audio playback on the second half of the song that plays on Amethyst Castle, when the church organ becomes the lead instrument. The hypothesis is that it is issuing a program change of some sort in order to swap the organ instrument during playback. So program changes, along with the rest of MIDIControl sans getKeyName() were implemented to see if that is indeed the case.
- Loading branch information
1 parent
aa8b90e
commit b127396
Showing
2 changed files
with
185 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters