Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-07-02 | Bank names array for compatibility and less DB source file size | Wohlstand | |
Yes, the compatibility is needed... for public function that gives RO an access to that array. | |||
2019-07-02 | Draft for silent instrument detector | Vitaly Novichkov | |
Logically identify instruments which will result you a silence | |||
2019-07-02 | Fixed messed up AdLib Gold BNK | Vitaly Novichkov | |
2019-07-02 | Fix for pseudo-4op instruments | Vitaly Novichkov | |
2019-07-02 | Fixed messed up JungleVision banks | Vitaly Novichkov | |
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-06-30 | New cache format for measured entries | Vitaly Novichkov | |
2019-06-22 | Make new cache format for new database entries | Vitaly Novichkov | |
2019-06-22 | Enable measurer for new database format too | Vitaly Novichkov | |
2019-06-07 | Prepare to make measurer for new stuff | Vitaly Novichkov | |
2019-06-06 | All bank formats now loading into new database | Wohlstand | |
2019-06-06 | Added IBK and C++98 support for generated database | Wohlstand | |
2019-06-02 | Junglevision format is also supported by new DB | Vitaly Novichkov | |
2019-06-01 | Add Bisqwit, OP2 and TMB | Vitaly Novichkov | |
2019-05-31 | WOPL: Don't try to pass multibank data into old generator | Wohlstand | |
2019-05-31 | Minor clean-up of AIL code | Wohlstand | |
2019-05-31 | Organize file formats parsers, and multi-bank AIL support | Wohlstand | |
2019-05-31 | Make the output of data into new database format | Wohlstand | |
2019-05-30 | Continue work on a new db format with a small dumper | Wohlstand | |
2019-05-30 | Draft structure for new embedded banks store | Vitaly Novichkov | |
2019-02-24 | midiplay: oops! removed by mistake [ci skip] | JP Cimalando | |
2019-02-24 | javaopl3 work in progress | JP Cimalando | |
2019-02-23 | support the Opal emulator | JP Cimalando | |
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-01-24 | fix the SDL2 library search | JP Cimalando | |
This allows to handle two variants of SDL2 find modules, which are incompatible: - the first kind of module sets the SDL2_* variables - the other kind exports the library target SDL2::SDL2 | |||
2019-01-06 | VLC-Plugin: Added ability to enable/disable plugin | Vitaly Novichkov | |
VLC has no embedded way to switch different MIDI plugins (or different codecs of the same format), therefore it's need to reject playing from the codec itself when it's not needed. | |||
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-12-21 | Fixed Haiku build | Wohlstand | |
2018-12-17 | Fixed C++98 and C90 warnings, also CLang rpath warning | Vitaly Novichkov | |
2018-12-16 | Use target_* functions | Flamefire | |
2018-12-15 | Remove pro files | Flamefire | |
2018-12-15 | Remove makefiles | Flamefire | |
2018-12-15 | Improve FindLIBVLC | Flamefire | |
2018-12-15 | Set toplevel CMAKE_MODULE_PATH | Flamefire | |
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-15 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
# Conflicts: # utils/vlc_codec/CMakeLists.txt | |||
2018-12-15 | CMake: Use C90 but C99 at VLC Plugin | Vitaly Novichkov | |
2018-12-14 | CMake: Move all directory targets into root script | Wohlstand | |
2018-12-14 | Continue CMake clean-up | Vitaly Novichkov | |
2018-12-14 | Fixed DJGPP build | Vitaly Novichkov | |
2018-12-13 | Fix OpenMP handling | Alexander Grund | |
2018-12-13 | Improve compiler checks | Alexander Grund | |