aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/gen_adldata.cc
AgeCommit message (Collapse)Author
2025-04-14Updated Apogee IMF bankWohlstand
2023-05-17gen_adldata: Support for custom banks.ini filesWohlstand
Add an ability to specify a custom list of banks during the build process Instead of using a pre-built cache, the new banks list will be generated on the fly. @mmontag, I didn't forgot about you, and I hope, you could make your own "banks.ini" somewhere outside, and build the the thing with it.
2021-12-13Added per-bank MT32 defaults optionWohlstand
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend
2020-11-26GenAdlData: don't override files if nothing was changedWohlstand
2020-08-24gen_adldata: rename some *X suffixesWohlstand
As old calls has been removed, they no longer need to have X suffix
2020-08-23gen_adldata: Remove more old codeWohlstand
2020-08-23gen_adldata: remove the rest of old codeWohlstand
2020-08-20gen_adldata: First step of old code clean-upWohlstand
Verify that all code here is in safe
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
2019-06-30New cache format for measured entriesVitaly Novichkov
2019-06-22Enable measurer for new database format tooVitaly Novichkov
2019-06-06All bank formats now loading into new databaseWohlstand
2019-06-06Added IBK and C++98 support for generated databaseWohlstand
2019-06-02Junglevision format is also supported by new DBVitaly Novichkov
2019-06-01Add Bisqwit, OP2 and TMBVitaly Novichkov
2019-05-31Organize file formats parsers, and multi-bank AIL supportWohlstand
2019-05-31Make the output of data into new database formatWohlstand
2019-05-30Continue work on a new db format with a small dumperWohlstand
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2018-07-23emit velocity offset in genadldataJP Cimalando
2018-06-25VLC Plugin: more controls!Vitaly Novichkov
#38
2018-06-16Upgrated measurer algorithm and re-generated full embedded banks databaseVitaly Novichkov
2018-05-19Works and fixesVitaly Novichkov
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion
2018-05-14GenAdlData: Small change of format outputVitaly Novichkov
to don't cause Qt Creator think it's an error message of compiler
2017-11-12Added ability to don't put comments into adldata.cppWohlstand
by simple "ADLDATA_WITH_COMMENTS" macro undeclarison
2017-11-08Fixed Windows MinGW buildWohlstand
2017-11-04Added default states for deep tremolo/vibrato and volume moduelsWohlstand
TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags
2017-11-03Add support for Cartooners' bank format for GenAdldataWohlstand
(Taking new-added features into original ADLMIDI)
2017-10-22Fixed CMake build on macOSWohlstand
2017-10-20Added CMake supportWohlstand