diff options
author | Wohlstand <admin@wohlnet.ru> | 2022-11-29 16:43:04 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2022-11-29 16:43:04 +0300 |
commit | 245d0c98b78be7de8ab81ed1f384d86953947046 (patch) | |
tree | 99266f6a624efe363c572aa458d6929fed732e18 /README.md | |
parent | 30df2f828f3e92ce26a0e9348f0e0b1a979f4fc0 (diff) | |
download | libADLMIDI-245d0c98b78be7de8ab81ed1f384d86953947046.tar.gz libADLMIDI-245d0c98b78be7de8ab81ed1f384d86953947046.tar.bz2 libADLMIDI-245d0c98b78be7de8ab81ed1f384d86953947046.zip |
Fixed crash on attempt to change the volume of a blank note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -178,6 +178,12 @@ To build that example you will need to have installed SDL2 library. * Add support of MIDI Format 2 files # Changelog +## dev + * Fixed the work on big endian processors + * Fixed ARM64 build on some platforms + * 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 + ## 1.5.1 2022-10-31 * Added an ability to disable the automatical arpeggio * Added an ability to set the count of loops (how many times to play the song) |