aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2022-11-29 16:43:04 +0300
committerWohlstand <admin@wohlnet.ru>2022-11-29 16:43:04 +0300
commit245d0c98b78be7de8ab81ed1f384d86953947046 (patch)
tree99266f6a624efe363c572aa458d6929fed732e18 /README.md
parent30df2f828f3e92ce26a0e9348f0e0b1a979f4fc0 (diff)
downloadlibADLMIDI-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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 101ce9e..b0fd8c4 100644
--- a/README.md
+++ b/README.md
@@ -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)