Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
SDL Mixer X: Added the libOPNMIDI support!
The support for custom banks is provided by library API, but not used internally in PGE yet
- Loading branch information
Showing
27 changed files
with
8,383 additions
and
13 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| HEADERS += \ | ||
| $$PWD/opnmidi.h \ | ||
| $$PWD/opnmidi_xmi2mid.h \ | ||
| $$PWD/opnmidi_private.hpp \ | ||
| $$PWD/opnmidi_mus2mid.h \ | ||
| $$PWD/opnbank.h \ | ||
| $$PWD/fraction.h \ | ||
| $$PWD/gm_opn_bank.h \ | ||
| $$PWD/Ym2612_ChipEmu.h | ||
|
|
||
| SOURCES += \ | ||
| $$PWD/opnmidi_private.cpp \ | ||
| $$PWD/opnmidi_opn2.cpp \ | ||
| $$PWD/opnmidi_midiplay.cpp \ | ||
| $$PWD/opnmidi_load.cpp \ | ||
| $$PWD/opnmidi.cpp \ | ||
| $$PWD/opnmidi_xmi2mid.c \ | ||
| $$PWD/opnmidi_mus2mid.c \ | ||
| $$PWD/Ym2612_ChipEmu.cpp |
Oops, something went wrong.