aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--Readme.txt4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b87384..47e4266 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ You need to make in the any IDE a library project and put into it next files
* dbopl.cpp - DOSBOX OPL Emulation code
* adlmidi.cpp - code of library
-*adldata.cpp - Automatically generated dump of FM banks from "fm_banks" directory
+* adldata.cpp - Automatically generated dump of FM banks from "fm_banks" directory
via "gen_adldata" tool
# Example
diff --git a/Readme.txt b/Readme.txt
index 135bf45..9a8ed7c 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -77,4 +77,6 @@ Changelog
1.0.0 2015-10-10
* First release of library
-
+1.0.1 2015-01-15
+ * Fixed freezing on invalid loop points (for cases when loopEnd going before loopStart or both points are at same position)
+ * Enabled volume updating while note is playing