From b0bdfa427ab177f4b6304a2a1d27ca77c35d9daf Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 15 Jan 2016 17:42:26 +0300 Subject: 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 --- Readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Readme.txt') 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 -- cgit v1.2.3