aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-12-18 01:38:42 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-12-18 01:38:42 +0300
commit7006acaf339d116a03992735f1bb80a4b1097bc9 (patch)
treece09e215c84ea73653988f7281d79c50620828f4
parentb8ed44b11cf85f91ebf11abb1ea0c960201d1522 (diff)
downloadlibADLMIDI-7006acaf339d116a03992735f1bb80a4b1097bc9.tar.gz
libADLMIDI-7006acaf339d116a03992735f1bb80a4b1097bc9.tar.bz2
libADLMIDI-7006acaf339d116a03992735f1bb80a4b1097bc9.zip
Typo fix in ReadMe
[ci skip]
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e88260..7c17950 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ To build that example you will need to have installed SDL2 library.
* [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/))
* [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 reincornation of original ADLMIDI player by Joel Yliluoma made over modern libADLMIDI backend.
+* [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.
# Todo
* Check out for XG/GS standards to provide a support to use any channels as percussion and also check some of SysEx commands.