Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-14 | Updated Apogee IMF bank | Wohlstand | |
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-08-31 | gen_adldata: Fixed CMake version warning | Wohlstand | |
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-05-17 | gen_adldata: Support for custom banks.ini files | Wohlstand | |
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-03 | Updated copyright for 2023 | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-12-13 | Added per-bank MT32 defaults option | Wohlstand | |
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend | |||
2021-07-27 | gen_adldata: Added an option to minify the generated source file | Wohlstand | |
2021-06-10 | Fixed GCC9 warnings at some classes | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2021-01-07 | Do quiet check for OpenMP | Wohlstand | |
2020-11-26 | GenAdlData: don't override files if nothing was changed | Wohlstand | |
2020-10-14 | GenAdlData: Small fix for OpenMP detect on MSVC | Wohlstand | |
Thanks to Altazimuth for an explanation for the possible issues met at MSVC when building and running the GenAdldata on it. | |||
2020-09-17 | GenAdlData: Apply the fix for DMX drums | Wohlstand | |
2020-09-13 | Rename "adldata.cpp" into "inst_db.cpp" | Wohlstand | |
2020-09-06 | Added an aproximated HMI volume model | Wohlstand | |
2020-09-02 | gen_adldata: Mute non-rhythm drums in IBM files | Wohlstand | |
2020-09-01 | Added AIL volume model | Wohlstand | |
2020-08-24 | gen_adldata: rename some *X suffixes | Wohlstand | |
As old calls has been removed, they no longer need to have X suffix | |||
2020-08-23 | gen_adldata: Remove more old code | Wohlstand | |
2020-08-23 | gen_adldata: remove the rest of old code | Wohlstand | |
2020-08-23 | gen_adldata: Smaller release time recognizing | Wohlstand | |
This should help releasing sounds (like pick bass at bank 14) being not muted too fast | |||
2020-08-23 | gen_adldata: Fixed DMX bank importing | Wohlstand | |
A silly mistake causes a wrong value of FB-CONN byte on some instruments that distorts sounding of them. | |||
2020-08-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-22 | Measurer: try to use smaller amplitude coefficient for off fade-out | Wohlstand | |
2020-08-21 | Merge branch 'master' into wip-new-embedded-banks | 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-08-20 | gen_adldata: First step of old code clean-up | Wohlstand | |
Verify that all code here is in safe | |||
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | 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-07-15 | Put back 25'th note for measurement | Vitaly Novichkov | |
2019-07-15 | Don't measure rhythm-mode drums. Yet. | Vitaly Novichkov | |
2019-07-15 | Another fix of measurer | Vitaly Novichkov | |
2019-07-14 | Completely fixed the trouble of measurer! | Vitaly Novichkov | |
- DosBox works fine and produces correct sound - 4op voices are now working! | |||
2019-07-14 | Add NULL entry into end of bank names list | Vitaly Novichkov | |
2019-07-08 | Minor fixes | Vitaly 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-08 | More accurate silence detector | Vitaly Novichkov | |
Now, there are very low level of error! The only one weird condition is still be there... | |||
2019-07-07 | Make using of WIP silence guesser | Vitaly Novichkov | |
It's incomplete, therefore fails a unit test on some cases and says false about some instruments | |||
2019-07-03 | Fix for 4op and pseudo4ops inside measurer's generator | Vitaly Novichkov | |
2019-07-02 | Don't pass useless data to the chip | Wohlstand | |
2019-07-02 | Some work on old cache | Wohlstand | |
2019-07-02 | Simplify and automate preparation for deep-debug | Wohlstand | |
2019-07-02 | Merge pull request #225 from jpcima/wip-new-embedded-banks | Vitaly Novichkov | |
genadldata: fix invalid access in the AIL reader | |||
2019-07-02 | genadldata: fix invalid access in the AIL reader | JP Cimalando | |