diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-31 01:22:57 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-31 01:22:57 +0300 |
commit | 85c7549a27bb8dc4cd906282380df246a095ec69 (patch) | |
tree | 37e335a4cf5f626e99b88d37da370a1ee9d5fd69 | |
parent | 898ba6d561fa3f821b9766f3743d6a5758cbf814 (diff) | |
download | libADLMIDI-85c7549a27bb8dc4cd906282380df246a095ec69.tar.gz libADLMIDI-85c7549a27bb8dc4cd906282380df246a095ec69.tar.bz2 libADLMIDI-85c7549a27bb8dc4cd906282380df246a095ec69.zip |
Update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 e * CC74 "Brightness" affects a modulator scale (to simulate frequency cut-off on WT synths) * Portamento support (CC5, CC37, and CC65) * SysEx support that supports some generic, GS, and XG features +* Full-panning stereo option (works for emulators only) # How to build To build libADLMIDI you need to use CMake: @@ -175,6 +176,7 @@ To build that example you will need to have installed SDL2 library. * 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 * Added working implementation of TMB's velocity offset + * Added support for full-panning stereo option (Thanks to [Christopher Snowhill](https://github.com/kode54) for a work!) ## 1.3.3 2018-06-19 * Fixed an inability to load another custom bank without of library re-initialization |