diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-20 00:28:38 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-04-20 00:28:38 +0300 |
commit | fe5ded7405c50b039d70ee88030e2154abefbd67 (patch) | |
tree | 42249ee39c2cceb153d9a2e30b7d503ae60fae95 | |
parent | cfacf50fc1422d88b169d02cfaf48dd8529e5a76 (diff) | |
download | libADLMIDI-fe5ded7405c50b039d70ee88030e2154abefbd67.tar.gz libADLMIDI-fe5ded7405c50b039d70ee88030e2154abefbd67.tar.bz2 libADLMIDI-fe5ded7405c50b039d70ee88030e2154abefbd67.zip |
Add note about of Hard-RT work of @jpcima into ChangeLog
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -140,7 +140,8 @@ To build that example you will need to have installed SDL2 library. * 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. - * Added support for different output sample formats (PCM8, PCM16, PCM32, Float32, and Float64) (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) + * Added support for different output sample formats (PCM8, PCM8U, PCM16, PCM16U, PCM32, PCM32U, Float32, and Float64) (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) + * Reworked MIDI channels management to avoid any memory reallocations while music processing for a hard real time. (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) ## 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. |