Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Fixed broken OP2's note offsets | Vitaly Novichkov | |
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2018-10-01 | Minor fix of measurer | Wohlstand | |
[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-20 | Minor update of my 4op GM bank | Vitaly Novichkov | |
2018-08-31 | gen_adldata: conversion of AdLib Gold BNK2 as 4op | JP Cimalando | |
2018-07-28 | GenAdldata: Little warning fix | Vitaly Novichkov | |
2018-07-23 | generate velocity offsets from wopl files | JP Cimalando | |
2018-07-23 | emit velocity offset in genadldata | JP Cimalando | |
2018-06-19 | Update of DMXOPL3 up to 2.13a. Correctly! | Vitaly Novichkov | |
(previous attempt to update was done with a mistakenly replaced wrong file) | |||
2018-06-19 | Revert "Update of DMXOPL3 up to 2.13a" | Vitaly Novichkov | |
This reverts commit f4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e. | |||
2018-06-19 | Update of DMXOPL3 up to 2.13a | Vitaly Novichkov | |
https://github.com/sneakernets/DMXOPL/releases/tag/v2.13a | |||
2018-06-16 | Update three WOPL banks and re-generate embedded banks database | Vitaly Novichkov | |
2018-06-16 | Upgrated measurer algorithm and re-generated full embedded banks database | Vitaly Novichkov | |
2018-05-19 | Works and fixes | Vitaly 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-22 | Added "Apogee IMF 90-ish" bank into set of embedded banks | Vitaly Novichkov | |
Also, make a comments in banks.ini INI file to describe some of banks listed in it. | |||
2018-04-18 | Updated DMXOPL3 bank by @sneakernets | Wohlstand | |
Taken this state: https://github.com/sneakernets/DMXOPL/blob/f7ac28019cc2ea33cb0bbe03a1899391917f5c85/GENMIDI(GS).wopl | |||
2018-03-28 | Re-Generate AdlData database | Wohlstand | |
2017-12-23 | Update @sneakernets's DMXOPL3 bank (2.11b + two commits) | Vitaly Novichkov | |
2017-12-16 | DMXOPL3 by @sneakernets update | Vitaly Novichkov | |
2017-11-30 | Apply update of @sneakernet 's DMX OPL3 bank | Wohlstand | |
2017-11-21 | Rebuild entire embedded banks database by the fixed measurer | Wohlstand | |
2017-11-19 | Upgrated support for WOPL bank format to v3 | Wohlstand | |
2017-11-15 | Update DMXOPL3 bank | Wohlstand | |
2017-11-07 | Update @sneakernets' DMXOPL3 bank | Wohlstand | |
2017-11-04 | Added default states for deep tremolo/vibrato and volume moduels | Wohlstand | |
TODO: Implement support for tri-states per deep-tremolo, deep-vibrato flags | |||
2017-11-04 | All real 4-operator voices are must be different | Wohlstand | |
2017-11-04 | Don't use force difference for pseudo-4op voices in GenAdlData | Wohlstand | |
2017-11-04 | Fix pseudo-4op double-voice instrument playing with two equal voices | Wohlstand | |
2017-11-03 | Add Cartooners's bank recently added into original ADLMIDI | Wohlstand | |
2017-10-26 | Update @sneakernets's DMXOPL bank to most frash | Wohlstand | |
https://github.com/sneakernets/DMXOPL/commit/41c79f772dfa586c0a19eeb4c8bdbfb46b728e4c | |||
2017-10-21 | Apply latest release of Sneakernets's DMXOPL bank | Wohlstand | |
2017-10-09 | Fixed WOPN parser to use both real 4-op and pseudo 4-op modes in same bank | Wohlstand | |
2017-10-08 | Add support for WOPL banks format | Wohlstand | |
2017-09-23 | Improved instruments in 68'th bank and fixed octaves offsets in 59'th | Wohlstand | |
2017-09-23 | Update 68'th bank | Wohlstand | |
2017-09-22 | Update Sneakernet's DMXOPL bank | Wohlstand | |
(Issue #20) | |||
2017-09-09 | Another update of drums of 66'th bank | Wohlstand | |
2017-09-04 | Small update of percussions in 66'th bank | Wohlstand | |
2017-09-01 | DMXOPL3 v2.2 | Philippe Simons | |
2017-08-30 | update DMXOPL v2.1a | loki666 | |
2017-08-25 | Update DMXOPL by @Sneakernets with latest fixes | Wohlstand | |
Issue #16 | |||
2017-08-22 | Update @Sneakernets's DMXOPL2 bank | Wohlstand | |
2017-08-08 | Another small update of Sneakernets's bank | Wohlstand | |
2017-08-06 | update DMXOPL | loki666 | |
2017-07-30 | Fixed three missing HMI banks, again | Wohlstand | |
2017-07-30 | Fixed three missing HMI banks | Wohlstand | |
2017-07-30 | Improve gen_adldata program | Wohlstand | |
- 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 |