aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-02Simplify and automate preparation for deep-debugWohlstand
2019-07-02Merge pull request #225 from jpcima/wip-new-embedded-banksVitaly Novichkov
genadldata: fix invalid access in the AIL reader
2019-07-02genadldata: fix invalid access in the AIL readerJP Cimalando
2019-07-02Bank names array for compatibility and less DB source file sizeWohlstand
Yes, the compatibility is needed... for public function that gives RO an access to that array.
2019-07-02Fixed "adldata.cxx" symbolic linkWohlstand
2019-07-02Draft for silent instrument detectorVitaly Novichkov
Logically identify instruments which will result you a silence
2019-07-02Added The Lost Vikings bank for test purposesVitaly Novichkov
This bank contains at least 3 banks
2019-07-02Fixed messed up AdLib Gold BNKVitaly Novichkov
2019-07-02Fix for pseudo-4op instrumentsVitaly Novichkov
2019-07-02Merge branch 'wip-new-embedded-banks' of ↵Vitaly Novichkov
git@github.com:Wohlstand/libADLMIDI.git into wip-new-embedded-banks
2019-07-02Fixed messed up JungleVision banksVitaly Novichkov
2019-07-01Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵Wohlstand
wip-new-embedded-banks
2019-07-01Merge pull request #224 from jpcima/multi-threadVitaly Novichkov
dosbox: thread-safe global initialization
2019-07-01Merge branch 'master' of github.com:Wohlstand/libADLMIDI into ↵Wohlstand
wip-new-embedded-banks
2019-07-01Changed macOS image for Travis-CIVitaly Novichkov
2019-07-01dosbox: thread-safe global initializationJP Cimalando
2019-07-01Fixed broken OP2's note offsetsVitaly Novichkov
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-30Minor fixVitaly Novichkov
2019-06-30New cache format for measured entriesVitaly Novichkov
2019-06-22Make new cache format for new database entriesVitaly Novichkov
2019-06-22Enable measurer for new database format tooVitaly Novichkov
2019-06-07Prepare to make measurer for new stuffVitaly Novichkov
2019-06-06All bank formats now loading into new databaseWohlstand
2019-06-06Pack database structures to reduce binary sizeWohlstand
2019-06-06Added IBK and C++98 support for generated databaseWohlstand
2019-06-05Add Emscripten as tested platformVitaly Novichkov
2019-06-02Merge pull request #221 from mmontag/patch-1Vitaly Novichkov
Update emulators enabled check
2019-06-02Update emulators enabled checkMatt Montag
Add all emulators to the preprocessor directive that ensures at least one is enabled.
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-05-30Draft structure for new embedded banks storeVitaly Novichkov
2019-04-29Replace ymf262.pdf with a legal equivalentVitaly Novichkov
2019-03-10Added sample rate tip for adl_init() call documentationVitaly Novichkov
2019-03-10Added "ADL_CHIP_SAMPLE_RATE" macroVitaly Novichkov
For convenience to use the native chip rate generating
2019-03-03Merge pull request #215 from jpcima/workVitaly Novichkov
fix uninitialized chip variables
2019-03-03fix uninitialized chip variablesJP Cimalando
2019-02-27Merge pull request #214 from jpcima/bugfixVitaly Novichkov
Bugfix
2019-02-26java: initialize phase (CID 1477241)JP Cimalando
2019-02-26java: fix unreachable code false-positive (CID 1477236)JP Cimalando
2019-02-26java: initialize cha and chb (CID 1477237)JP Cimalando
2019-02-26opal: initialize tremolo level (CID 1477242)JP Cimalando
2019-02-25CMake: Added Opal and JavaOPL flags into summaryWohlstand
2019-02-25Merge pull request #213 from jpcima/opalVitaly Novichkov
opal: fix envelope delay between stage transitions
2019-02-25opal: fix envelope delay between stage transitionsJP Cimalando