Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-22 | Measurer: try to use smaller amplitude coefficient for off fade-out | Wohlstand | |
2020-08-21 | gen_adldata: Fixed an incorrect detune parsing from WOPL files | Wohlstand | |
2020-08-21 | Replace the second voice formula | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-09-23 | Don't call "-no-pie" when it's unavailable | Wohlstand | |
2019-09-23 | Set "-no-pie" to all executables built by GCC | Wohlstand | |
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable | |||
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-12-15 | Remove pro files | Flamefire | |
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-13 | Fix OpenMP handling | Alexander Grund | |
2018-12-13 | Improve compiler checks | Alexander Grund | |
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
2018-12-13 | Continue clean-up of CMake build | Vitaly Novichkov | |
2018-12-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 | |||
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-08-31 | fix a miswritten name: sneakernets | JP Cimalando | |
2018-08-31 | gen_adldata: conversion of AdLib Gold BNK2 as 4op | JP Cimalando | |
2018-08-29 | fix the miswritten name of Jamie O'Connell | 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-25 | VLC Plugin: more controls! | Vitaly Novichkov | |
#38 | |||
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-05-14 | GenAdlData: Small change of format output | Vitaly Novichkov | |
to don't cause Qt Creator think it's an error message of compiler | |||
2018-05-06 | Another attempt to fix the AppVeyor build | Vitaly Novichkov | |
2018-05-06 | Attempt to fix AppVeyor build | Vitaly Novichkov | |
2018-05-06 | Update IniProcessing | Vitaly Novichkov | |
2018-04-10 | Apply the update of measurer and fix the build of GenAdlData | Vitaly Novichkov | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2017-11-21 | Fixed a recentny found long-time bug in measurer: a wrong note-off channels | Wohlstand | |
TODO: Re-generate entire cache as because of incorrect note-off bug, entire data was written incorrectly | |||
2017-11-20 | Added a short comment into WOPL parser | Wohlstand | |
2017-11-19 | Upgrated support for WOPL bank format to v3 | Wohlstand | |
2017-11-12 | Added ability to don't put comments into adldata.cpp | Wohlstand | |
by simple "ADLDATA_WITH_COMMENTS" macro undeclarison | |||
2017-11-08 | Fixed Windows MinGW build | Wohlstand | |
2017-11-08 | Fixed Windows MSVC build (adlmidi2 and gen_adldata) | Wohlstand | |
2017-11-07 | Fixed build of GenAdldata tool | Wohlstand | |
2017-11-05 | Use WOPL's bank flags to set deep tremolo and deep vibrato | 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 | GenAdlData: Merge melodic and percussion parsers in WOPL format parser | Wohlstand | |
...to don't have duplicated code | |||
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 support for Cartooners' bank format for GenAdldata | Wohlstand | |
(Taking new-added features into original ADLMIDI) | |||
2017-11-03 | Small fix of Measurer in GenAdldata tool | Wohlstand | |
2017-11-03 | Small fix of The DMX OP2 parser | Wohlstand | |
2017-10-22 | Fix MSVC CMake compilation | Wohlstand | |
TODO: Fix a freaking MSVC's "invalid comparator" assert given by std::map::lower_bound() call | |||
2017-10-22 | Fixed CMake build on macOS | Wohlstand | |
2017-10-21 | Fixed MSVC2015 build | Wohlstand | |