diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-18 03:03:49 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-18 03:03:49 +0300 |
commit | bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f (patch) | |
tree | f045915520ff7785a7f8c4f583de6a2a279e1a1d /README.md | |
parent | 380d08e1a234efb17cf15a6b6c2d00c52e4fc648 (diff) | |
download | libADLMIDI-bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f.tar.gz libADLMIDI-bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f.tar.bz2 libADLMIDI-bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f.zip |
Wave recording in demo tool and disable loop by default
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ To build that example you will need to have installed SDL2 library. * 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 + * Demo tool now can correctly record WAVs and now can correctly deal with CTRL+C termination + * When loop is disabled, loop points will be ignored + * Loop now is disabled by default * ... ## 1.2.1 2017-07-30 |