diff options
author | Wohlstand <admin@wohlnet.ru> | 2016-01-15 17:42:26 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2016-01-15 17:42:26 +0300 |
commit | b0bdfa427ab177f4b6304a2a1d27ca77c35d9daf (patch) | |
tree | a95e377aadb9736806a3e55f7210484323df8f68 /Readme.txt | |
parent | f59d6b3a20444b3f7cf58a3553098638f25a4d69 (diff) | |
download | libADLMIDI-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.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |