aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-24 01:06:57 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-24 01:06:57 +0300
commitd5b83ac8278668d171d0a4005d728424c2a28482 (patch)
tree5b41b1a307f33ed4a82b91eca55d8c5df49da6b4
parent003581b469a7d4954b18d3ee74a349b3c464c10e (diff)
downloadlibADLMIDI-d5b83ac8278668d171d0a4005d728424c2a28482.tar.gz
libADLMIDI-d5b83ac8278668d171d0a4005d728424c2a28482.tar.bz2
libADLMIDI-d5b83ac8278668d171d0a4005d728424c2a28482.zip
Readme change
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff9f82d..cb48bd9 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,10 @@ Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 e
* Support for multiple concurrent MIDI synthesizers (per-track device/port select FF 09 message), can be used to overcome 16 channel limit
* Support for playing Id-software Music File format (IMF)
* Support for custom banks of [WOPL format](https://github.com/Wohlstand/OPL3BankEditor/blob/master/Specifications/WOPL-and-OPLI-Specification.txt)
-* Partial support for XG standard (having more instruments than in one 128:128 GM set and ability to use multiple channels for percussion purposes)
+* Partial support for GS and XG standards (having more instruments than in one 128:128 GM set and ability to use multiple channels for percussion purposes, and a support for some GS/XG exclusive controllers)
+* CC74 affects a modulator scale
+* Portamento support (CC5, CC37, and CC65)
+* SysEx support that supports some generic, GS, and XG features
# How to build
To build libADLMIDI you need to use CMake: