aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-05-06 22:46:57 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-05-06 22:46:57 +0300
commit9c54763b9a18e3ee522023ab9dcc7b84a89de333 (patch)
tree9901e28867b05e12005b78d45d3be244ff6c537f
parent0c1b3519b6724d22b64db2cdc91c3b0f44579ca8 (diff)
downloadlibADLMIDI-9c54763b9a18e3ee522023ab9dcc7b84a89de333.tar.gz
libADLMIDI-9c54763b9a18e3ee522023ab9dcc7b84a89de333.tar.bz2
libADLMIDI-9c54763b9a18e3ee522023ab9dcc7b84a89de333.zip
Added changelog note
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9fdfd22..da79b39 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,9 @@ To build that example you will need to have installed SDL2 library.
* Add support of MIDI Format 2 files (FL Studio made MIDI-files are wired and opening of those files making lossy of tempo and some meta-information events)
# Changelog
+## 1.3.3 dev
+ * Fixed an inability to load another custom bank without of library re-initialization
+
## 1.3.2 2018-04-24
* 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.