aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/file_formats
AgeCommit message (Collapse)Author
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-31WOPL: Don't try to pass multibank data into old generatorWohlstand
2019-05-31Minor clean-up of AIL codeWohlstand
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-08-31gen_adldata: conversion of AdLib Gold BNK2 as 4opJP Cimalando
2018-07-23generate velocity offsets from wopl filesJP Cimalando
2018-07-23emit velocity offset in genadldataJP Cimalando
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-06Another attempt to fix the AppVeyor buildVitaly Novichkov
2018-05-06Attempt to fix AppVeyor buildVitaly Novichkov
2017-11-20Added a short comment into WOPL parserWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
2017-11-08Fixed Windows MSVC build (adlmidi2 and gen_adldata)Wohlstand
2017-11-05Use WOPL's bank flags to set deep tremolo and deep vibratoWohlstand
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-04GenAdlData: Merge melodic and percussion parsers in WOPL format parserWohlstand
...to don't have duplicated code
2017-11-04All real 4-operator voices are must be differentWohlstand
2017-11-04Don't use force difference for pseudo-4op voices in GenAdlDataWohlstand
2017-11-04Fix pseudo-4op double-voice instrument playing with two equal voicesWohlstand
2017-11-03Add support for Cartooners' bank format for GenAdldataWohlstand
(Taking new-added features into original ADLMIDI)
2017-11-03Small fix of The DMX OP2 parserWohlstand
2017-10-22Fix MSVC CMake compilationWohlstand
TODO: Fix a freaking MSVC's "invalid comparator" assert given by std::map::lower_bound() call
2017-10-21Fixed MSVC2015 buildWohlstand
2017-10-20Added CMake supportWohlstand