aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata
AgeCommit message (Collapse)Author
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
2018-05-06Another attempt to fix the AppVeyor buildVitaly Novichkov
2018-05-06Attempt to fix AppVeyor buildVitaly Novichkov
2018-05-06Update IniProcessingVitaly Novichkov
2018-04-10Apply the update of measurer and fix the build of GenAdlDataVitaly Novichkov
2018-01-21Copyright year update 2018Vitaly Novichkov
2017-11-21Fixed a recentny found long-time bug in measurer: a wrong note-off channelsWohlstand
TODO: Re-generate entire cache as because of incorrect note-off bug, entire data was written incorrectly
2017-11-20Added a short comment into WOPL parserWohlstand
2017-11-19Upgrated support for WOPL bank format to v3Wohlstand
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-08Fixed Windows MSVC build (adlmidi2 and gen_adldata)Wohlstand
2017-11-07Fixed build of GenAdldata toolWohlstand
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 Measurer in GenAdldata toolWohlstand
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-22Fixed CMake build on macOSWohlstand
2017-10-21Fixed MSVC2015 buildWohlstand
2017-10-20Added CMake supportWohlstand