aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-24 16:13:27 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-24 16:13:27 +0300
commitccbafdefa7b0ab02e7a3e28b4d9d3cd311abd367 (patch)
treefc00be71d8cf28f69aef9831a68c42816d5ba6c7 /README.md
parent761bd05f107b856c8aefeb3e753fa94221f926bc (diff)
downloadlibADLMIDI-ccbafdefa7b0ab02e7a3e28b4d9d3cd311abd367.tar.gz
libADLMIDI-ccbafdefa7b0ab02e7a3e28b4d9d3cd311abd367.tar.bz2
libADLMIDI-ccbafdefa7b0ab02e7a3e28b4d9d3cd311abd367.zip
Changelog updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f00e5f..2733f97 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ You need to make in the any IDE a library project and put into it next files
* chips/* - Various OPL3 chip emulators and commonized interface over them
* wopl/* - WOPL bank format library
* adldata.hh - bank structures definition
+* adldata_db.h - Embedded banks database structures and containers definitions
* adlmidi_private.hpp - header of internal private APIs
* adlmidi_bankmap.h - MIDI bank hash table
* adlmidi_bankmap.tcc - MIDI bank hash table (Implementation)
@@ -134,8 +135,8 @@ You need to make in the any IDE a library project and put into it next files
* adlmidi_ptr.hpp - Custom implementations of smart pointers for C++98
* file_reader.hpp - Generic file and memory reader
-* adldata.cpp - Automatically generated database of FM banks from "fm_banks" directory via "gen_adldata" tool. **Don't build it if you have defined `DISABLE_EMBEDDED_BANKS` macro!**
-* adlmidi.cpp - code of library
+* adldata.cpp - Automatically generated database of FM banks from "fm_banks" directory via "gen_adldata" tool. **Don't build it if you defined the `DISABLE_EMBEDDED_BANKS` macro!**
+* adlmidi.cpp - code of library
* adlmidi_load.cpp - Source of file loading and parsing processing
* adlmidi_midiplay.cpp - MIDI event sequencer
* adlmidi_opl3.cpp - OPL3 chips manager
@@ -184,6 +185,7 @@ To build that example you will need to have installed SDL2 library.
* Added Public Domain Opal OPL3 emulator made by Reality (a team who originally made the Reality Adlib Tracker) (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)
* Added LGPL licensed JavaOPL3 emulator made by Robson Cozendey in Java and later rewritten into C++ for GZDoom (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)
* Fixed an accuracy of the DMX volume model
+ * Fully rewritten an embedded banks database
## 1.4.0 2018-10-01
* Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)