diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-08 06:39:42 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-08 06:39:42 +0300 |
commit | 75dda861e1ea98c4dbc0123fc20516d0ddf70463 (patch) | |
tree | 671129787379ea4de41906f544c6a5a3b1475a81 /README.md | |
parent | 4664f286e238e97d0d6b3bc4dff5f0640a277e7f (diff) | |
download | libADLMIDI-75dda861e1ea98c4dbc0123fc20516d0ddf70463.tar.gz libADLMIDI-75dda861e1ea98c4dbc0123fc20516d0ddf70463.tar.bz2 libADLMIDI-75dda861e1ea98c4dbc0123fc20516d0ddf70463.zip |
[Experimental] Complex loop support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -171,6 +171,9 @@ To build that example you will need to have installed SDL2 library. * Added support for CC67-SoftPedal controller (SoftPedal lowers the volume of notes played) * Fixed correctness of CMF files playing * Fixed unnecessary overuse of chip channels by blank notes + * Added API to disable specific MIDI tracks or play one of MIDI tracks solo + * Added support for more complex loop (loopStart=XX, loopEnd=0). Where XX - count of loops, or 0 - infinite. Nested loops are supported without of any limits. + * XMIDI now supports loops ## 1.3.3 2018-06-19 * Fixed an inability to load another custom bank without of library re-initialization |