diff options
author | Wohlstand <admin@wohlnet.ru> | 2025-05-23 21:35:53 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2025-05-23 21:35:53 +0300 |
commit | 91558f59359eedef8d67dacacb838da498e3c3ef (patch) | |
tree | 3780e58dec518c6bf2f33d406a7b064a319e21d6 /README.md | |
parent | 9b4e6de8ca758afa0917ad7472bde41bfc3848c0 (diff) | |
download | libADLMIDI-91558f59359eedef8d67dacacb838da498e3c3ef.tar.gz libADLMIDI-91558f59359eedef8d67dacacb838da498e3c3ef.tar.bz2 libADLMIDI-91558f59359eedef8d67dacacb838da498e3c3ef.zip |
Improve stability of 2-voice instruments on single OPL2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -200,6 +200,7 @@ To build that example you will need to have installed SDL2 library. * Added Nuked OPL2 and OPL3 Low-Level emulators (Kept disabled by default because they are too heavy for ordinary processors). * Fixed a dead loop that might happen when final tone gets lower than zero. * Added possibility to play the same note multiple times at the same MIDI channel (Resolved playback of some music, like Heretic's E1M6). + * Dual-voice 2-op instruments will be squashed to single 2-op voice when available chip channels are overflow (The stability of DMX-oriented music has been improved). ## 1.5.1 2022-10-31 * Added an ability to disable the automatical arpeggio |