aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-03-27 02:32:16 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-03-27 02:32:16 +0300
commitab3a2fc025197749a74a6f7cdeb10d93819f2863 (patch)
tree36e6f964818cdd84dc554df370bc0df3e427d34f /README.md
parent04ab4c1bcf65870cbe34b405a181a4246bcd91e8 (diff)
downloadlibADLMIDI-ab3a2fc025197749a74a6f7cdeb10d93819f2863.tar.gz
libADLMIDI-ab3a2fc025197749a74a6f7cdeb10d93819f2863.tar.bz2
libADLMIDI-ab3a2fc025197749a74a6f7cdeb10d93819f2863.zip
Fixed blank instruments fallback in multi-bank support
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 6aa209d..378de33 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ To build that example you will need to have installed SDL2 library.
## 1.3.2 dev
* Added ability to disable MUS and XMI converters
* Added ability to disable embedded MIDI sequencer to use library as RealTime synthesizer only or use any custom MIDI sequencer plugins.
+ * 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).
## 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.