From a074c7f2163def562a78ebf4c75e412580dd3118 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Wed, 11 Apr 2018 00:40:55 +0300 Subject: 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. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4ab9256..b7a65bf 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3