aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata
AgeCommit message (Collapse)Author
2025-04-14Updated Apogee IMF bankWohlstand
2025-01-01Update copyright year for 2025Wohlstand
2024-08-31gen_adldata: Fixed CMake version warningWohlstand
2024-01-07Updated copyright year to 2024Wohlstand
2023-05-17gen_adldata: Support for custom banks.ini filesWohlstand
Add an ability to specify a custom list of banks during the build process Instead of using a pre-built cache, the new banks list will be generated on the fly. @mmontag, I didn't forgot about you, and I hope, you could make your own "banks.ini" somewhere outside, and build the the thing with it.
2023-01-03Updated copyright for 2023Wohlstand
2022-01-05Updated copyright year for 2022Wohlstand
2021-12-13Added per-bank MT32 defaults optionWohlstand
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend
2021-07-27gen_adldata: Added an option to minify the generated source fileWohlstand
2021-06-10Fixed GCC9 warnings at some classesWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2021-01-07Do quiet check for OpenMPWohlstand
2020-11-26GenAdlData: don't override files if nothing was changedWohlstand
2020-10-14GenAdlData: Small fix for OpenMP detect on MSVCWohlstand
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it.
2020-09-17GenAdlData: Apply the fix for DMX drumsWohlstand
2020-09-13Rename "adldata.cpp" into "inst_db.cpp"Wohlstand
2020-09-06Added an aproximated HMI volume modelWohlstand
2020-09-02gen_adldata: Mute non-rhythm drums in IBM filesWohlstand
2020-09-01Added AIL volume modelWohlstand
2020-08-24gen_adldata: rename some *X suffixesWohlstand
As old calls has been removed, they no longer need to have X suffix
2020-08-23gen_adldata: Remove more old codeWohlstand
2020-08-23gen_adldata: remove the rest of old codeWohlstand
2020-08-23gen_adldata: Smaller release time recognizingWohlstand
This should help releasing sounds (like pick bass at bank 14) being not muted too fast
2020-08-23gen_adldata: Fixed DMX bank importingWohlstand
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them.
2020-08-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-22Measurer: try to use smaller amplitude coefficient for off fade-outWohlstand
2020-08-21Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-21gen_adldata: Fixed an incorrect detune parsing from WOPL filesWohlstand
2020-08-21Replace the second voice formulaWohlstand
2020-08-20gen_adldata: First step of old code clean-upWohlstand
Verify that all code here is in safe
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
2020-02-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-17Update copyright yearWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2019-07-15Put back 25'th note for measurementVitaly Novichkov
2019-07-15Don't measure rhythm-mode drums. Yet.Vitaly Novichkov
2019-07-15Another fix of measurerVitaly Novichkov
2019-07-14Completely fixed the trouble of measurer!Vitaly Novichkov
- DosBox works fine and produces correct sound - 4op voices are now working!
2019-07-14Add NULL entry into end of bank names listVitaly Novichkov
2019-07-08Minor fixesVitaly Novichkov
Looks like need to correct 4-op sounding, looks like it really silent inside measurer when it must give an actual sound!
2019-07-08More accurate silence detectorVitaly Novichkov
Now, there are very low level of error! The only one weird condition is still be there...
2019-07-07Make using of WIP silence guesserVitaly Novichkov
It's incomplete, therefore fails a unit test on some cases and says false about some instruments
2019-07-03Fix for 4op and pseudo4ops inside measurer's generatorVitaly Novichkov
2019-07-02Don't pass useless data to the chipWohlstand
2019-07-02Some work on old cacheWohlstand
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