aboutsummaryrefslogtreecommitdiff
path: root/fm_banks/adldata-cache.dat
AgeCommit message (Collapse)Author
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-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2018-10-01Minor fix of measurerWohlstand
[Backport from OPN2-BE] When we generate nothing on a first window for "zero" peak time, the releasing delay will always be zero. The "Ride cymbal 1" in my "xg.wopn" is an example that was caused by this bug.
2018-09-20Minor update of my 4op GM bankVitaly Novichkov
2018-08-31gen_adldata: conversion of AdLib Gold BNK2 as 4opJP Cimalando
2018-07-28GenAdldata: Little warning fixVitaly Novichkov
2018-07-23generate velocity offsets from wopl filesJP Cimalando
2018-07-23emit velocity offset in genadldataJP Cimalando
2018-06-19Update of DMXOPL3 up to 2.13a. Correctly!Vitaly Novichkov
(previous attempt to update was done with a mistakenly replaced wrong file)
2018-06-19Revert "Update of DMXOPL3 up to 2.13a"Vitaly Novichkov
This reverts commit f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e.
2018-06-19Update of DMXOPL3 up to 2.13aVitaly Novichkov
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a
2018-06-16Update three WOPL banks and re-generate embedded banks databaseVitaly Novichkov
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-04-22Added "Apogee IMF 90-ish" bank into set of embedded banksVitaly Novichkov
Also, make a comments in banks.ini INI file to describe some of banks listed in it.
2018-04-18Updated DMXOPL3 bank by @sneakernetsWohlstand
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl
2018-03-28Re-Generate AdlData databaseWohlstand
2017-12-23Update @sneakernets's DMXOPL3 bank (2.11b + two commits)Vitaly Novichkov
2017-12-16DMXOPL3 by @sneakernets updateVitaly Novichkov
2017-11-30Apply update of @sneakernet 's DMX OPL3 bankWohlstand
2017-11-21Rebuild entire embedded banks database by the fixed measurerWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
2017-11-15Update DMXOPL3 bankWohlstand
2017-11-07Update @sneakernets' DMXOPL3 bankWohlstand
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-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 Cartooners's bank recently added into original ADLMIDIWohlstand
2017-10-26Update @sneakernets's DMXOPL bank to most frashWohlstand
https://github.com/sneakernets/DMXOPL/commit/41c79f772dfa586c0a19eeb4c8bdbfb46b728e4c
2017-10-21Apply latest release of Sneakernets's DMXOPL bankWohlstand
2017-10-09Fixed WOPN parser to use both real 4-op and pseudo 4-op modes in same bankWohlstand
2017-10-08Add support for WOPL banks formatWohlstand
2017-09-23Improved instruments in 68'th bank and fixed octaves offsets in 59'thWohlstand
2017-09-23Update 68'th bankWohlstand
2017-09-22Update Sneakernet's DMXOPL bankWohlstand
(Issue #20)
2017-09-09Another update of drums of 66'th bankWohlstand
2017-09-04Small update of percussions in 66'th bankWohlstand
2017-09-01DMXOPL3 v2.2Philippe Simons
2017-08-30update DMXOPL v2.1aloki666
2017-08-25Update DMXOPL by @Sneakernets with latest fixesWohlstand
Issue #16
2017-08-22Update @Sneakernets's DMXOPL2 bankWohlstand
2017-08-08Another small update of Sneakernets's bankWohlstand
2017-08-06update DMXOPLloki666
2017-07-30Fixed three missing HMI banks, againWohlstand
2017-07-30Fixed three missing HMI banksWohlstand
2017-07-30Improve gen_adldata programWohlstand
- Now it caches all generated data, so, we won't have to re-calculate same - File is writing by gen_adldata nor by stdout forward - Instead of hardcoded list of banks, I made the INI file which declares list of banks to generate - Add simple validators to tell which bank is absense and can't be loaded - Split code of gen_adldata.cc into multiple files of different role