aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-26 18:17:18 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-26 18:17:18 +0300
commit400e3d750b14ec3f260fc2e69e362be581b257bb (patch)
treebb83957bdd868f1a4bb15c2fe5fd3dc050eefc9a /README.md
parent7394b15b9547c444999503fae5f42e340854c9eb (diff)
downloadlibADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.tar.gz
libADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.tar.bz2
libADLMIDI-400e3d750b14ec3f260fc2e69e362be581b257bb.zip
Don't busy chip channels with blank notes!
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96d2956..54cab0d 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,7 @@ To build that example you will need to have installed SDL2 library.
* Added support for CC66-Sostenuto controller (Pedal hold of currently-pressed notes only while CC64 holds also all next notes)
* Added support for CC67-SoftPedal controller (SoftPedal lowers the volume of notes played)
* Fixed correctness of CMF files playing
+ * Fixed unnecessary overuse of chip channels by blank notes
## 1.3.3 2018-06-19
* Fixed an inability to load another custom bank without of library re-initialization