aboutsummaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2016-01-15 17:42:26 +0300
committerWohlstand <admin@wohlnet.ru>2016-01-15 17:42:26 +0300
commitb0bdfa427ab177f4b6304a2a1d27ca77c35d9daf (patch)
treea95e377aadb9736806a3e55f7210484323df8f68 /Readme.txt
parentf59d6b3a20444b3f7cf58a3553098638f25a4d69 (diff)
downloadlibADLMIDI-b0bdfa427ab177f4b6304a2a1d27ca77c35d9daf.tar.gz
libADLMIDI-b0bdfa427ab177f4b6304a2a1d27ca77c35d9daf.tar.bz2
libADLMIDI-b0bdfa427ab177f4b6304a2a1d27ca77c35d9daf.zip
Fixed freezing on invalid loop points
Fixed freezing on invalid cases of loop points: - loopEnd going before loopStart - loopStart and loopEnd are at same position (tick) which Both cases are causes infinite loop inside same tick
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt4
1 files changed, 3 insertions, 1 deletions
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