From 380d08e1a234efb17cf15a6b6c2d00c52e4fc648 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 18 Oct 2017 02:22:01 +0300 Subject: Smooth finalizing, rewinding, and a bit more crash safety * Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:) * Added an ability to reset song position to begin (very helpful when song reaches the end) * Avoided possible crashes on attempt to fetch sample data without opening of MIDI file --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c49386f..01ab32e 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ To build that example you will need to have installed SDL2 library. ## 1.3.0 2017-10-17 * "gen_adldata" tool now supports WOPL banks format which supports a full set of libADLMIDI features * Added support for custom banks are loadable in runtime without rebuilding of "adldata.cpp" banks database + * Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:) + * Added an ability to reset song position to begin (very helpful when song reaches the end) + * Avoided possible crashes on attempt to fetch sample data without opening of MIDI file * ... ## 1.2.1 2017-07-30 -- cgit v1.2.3