diff options
author | Wohlstand <admin@wohlnet.ru> | 2023-10-05 10:49:57 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2023-10-05 10:49:57 +0300 |
commit | 62add404aa71015dd7ae9713a0292743788f3d23 (patch) | |
tree | e3302f443fd4adbf926a0ffaeae03f64375bf795 /README.md | |
parent | 3efa2e1f77feca5f2626828cf9b559ec570ce1ad (diff) | |
download | libADLMIDI-62add404aa71015dd7ae9713a0292743788f3d23.tar.gz libADLMIDI-62add404aa71015dd7ae9713a0292743788f3d23.tar.bz2 libADLMIDI-62add404aa71015dd7ae9713a0292743788f3d23.zip |
Improved CMF support
- Added missing transpose, depth control, and song marker controllers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -185,6 +185,7 @@ To build that example you will need to have installed SDL2 library. * Improved support of the EA-MUS files (Thanks to [dashodanger](https://github.com/dashodanger)) * Fixed crash on attempt to change the volume of a blank note * Added an ability to supply the custom list of embedded banks using `-DGENADLDATA_CUSTOM_BANKLIST=/path/to/ini/file.ini` argument + * Improved support of the CMF files: added support for previously missing transpose, depth control, and song marker controllers ## 1.5.1 2022-10-31 * Added an ability to disable the automatical arpeggio |