diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-11 00:40:55 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-11 00:40:55 +0300 |
commit | a074c7f2163def562a78ebf4c75e412580dd3118 (patch) | |
tree | ae8c0a7d5006516036f0a8f3cf7c8ed21bf3e7c9 /README.md | |
parent | e81541bc74e2083afba8a38ab364e98b39c32b70 (diff) | |
download | libADLMIDI-a074c7f2163def562a78ebf4c75e412580dd3118.tar.gz libADLMIDI-a074c7f2163def562a78ebf4c75e412580dd3118.tar.bz2 libADLMIDI-a074c7f2163def562a78ebf4c75e412580dd3118.zip |
Changed logic of CC-74 Brightness
to affect sound only between 0 and 64 like real XG synthesizers affect sound only between 0 and 64.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ To build that example you will need to have installed SDL2 library. * Fixed blank instruments fallback in multi-bank support. When using non-zero bank, if instrument is blank, then, instrument will be taken from a root (I.e. zero bank). * Added support for real-time switching the emulator * Added support for CC-120 - "All sound off" on the MIDI channel + * Changed logic of CC-74 Brightness to affect sound only between 0 and 64 like real XG synthesizers. Ability to turn on a full-ranged brightness (to use full 0...127 range) is kept. ## 1.3.1 2017-12-16 * Added Real-Time MIDI API (MIDI event functions and adl_generate() to generate PCM between of event rows) which allows you to implement plugin for media players or even a real time MIDI playing driver. |