diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-10-25 05:39:04 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-10-25 05:39:04 +0300 |
commit | 91d444fe0010ae49310e63116981c1f793d3d444 (patch) | |
tree | 2298f157893fa269048132b102000b9a54be76d7 /README.md | |
parent | 72321e12764a57364a12199938eb757af4d4f4ff (diff) | |
download | libADLMIDI-91d444fe0010ae49310e63116981c1f793d3d444.tar.gz libADLMIDI-91d444fe0010ae49310e63116981c1f793d3d444.tar.bz2 libADLMIDI-91d444fe0010ae49310e63116981c1f793d3d444.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ To build that example you will need to have installed SDL2 library. # Working demos -* [PGE MusPlay for Win32](http://wohlsoft.ru/docs/_laboratory/_Builds/win32/bin-w32/_packed/pge-musplay-master-win32.zip) and [Win64](http://wohlsoft.ru/docs/_laboratory/_Builds/win32/bin-w64/_packed/pge-musplay-master-win64.zip) (also available for other platforms as part of [PGE Project](https://github.com/WohlSoft/PGE-Project)) - a little music player which uses SDL Mixer X library (fork of the SDL Mixer 2.0) which has embedded libADLMIDI to play MIDI files independently from operating system's settings and drivers. <br>(source code of player can be find [here](https://github.com/WohlSoft/PGE-Project/tree/master/MusicPlayer) and source code of SDL Mixer X [here](https://github.com/WohlSoft/SDL-Mixer-X/)) +* [Moondust MusPlay for Win32](http://wohlsoft.ru/docs/_laboratory/_Builds/win32/bin-w32/_packed/pge-musplay-master-win32.zip) and [Win64](http://wohlsoft.ru/docs/_laboratory/_Builds/win32/bin-w64/_packed/pge-musplay-master-win64.zip) (also available for other platforms as part of [PGE Project](https://github.com/WohlSoft/PGE-Project)) - a little music player which uses SDL Mixer X library (fork of the SDL Mixer 2.0) which has embedded libADLMIDI to play MIDI files independently from operating system's settings and drivers. <br>(source code of player can be find [here](https://github.com/WohlSoft/PGE-Project/tree/master/MusicPlayer) and source code of SDL Mixer X [here](https://github.com/WohlSoft/SDL-Mixer-X/)) * [ADLMIDI Player for Android](https://github.com/Wohlstand/ADLMIDI-Player-Java/releases) - a little MIDI-player for Android which uses libADLMIDI to play MIDI files and provides flexible GUI with ability to change bank, flags, number of emulated chips, etc. * [ADLMIDI Player for DOS32](http://wohlsoft.ru/docs/_laboratory/_Builds/dos/adlmidi-dos32.zip) - a little MIDI-player built with DJGPP toolchain for DOS operating system for old computers to play music on the real OPL3 hardware. Archive contains two variants: `adlmidi.exe` is the main variant; `adlmidi2.exe` is the reincarnation of original ADLMIDI player by Joel Yliluoma made over modern libADLMIDI backend. |