Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | Back-port a recent update of reverb code for adlmidi2 | Wohlstand | |
https://github.com/bisqwit/adlmidi/commit/8f749a2b3370fb1c25f6340fcab7baf57cb9b5d0 | |||
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-08-20 | MidiPlay: Tune out the printing delay | Wohlstand | |
2020-08-20 | MidiPlay: Fixed too big time print delay | Wohlstand | |
on emulated playback | |||
2020-08-16 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-08-10 | VLC Plugin: Add persistent 2x gain for output | Wohlstand | |
2020-07-07 | adlmidi2: Show the cursor after help text | Wohlstand | |
Backport a small fix from the mainstream: https://github.com/bisqwit/adlmidi/commit/491e0ef5dfe668bfa1dbfafe007fdc98fd854ede | |||
2020-06-09 | Attempt to fix a build on ARM | Wohlstand | |
#229 | |||
2020-01-28 | Added MUS2MID conversion tool | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2020-01-17 | Create update-copyright.sh | Wohlstand | |
2019-09-26 | Fixed build for MSVC2013 | Wohlstand | |
2019-09-23 | MidiPlay: Fixed warnings and some Windows builds | 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-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 | |
2018-12-13 | Optimize targets and related checks | Alexander Grund | |
2018-12-13 | Fix compile definitions | Alexander Grund | |
No "-D" needed | |||
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
2018-12-13 | Revert "Put back "find_library" of SDL2" | Alexander Grund | |
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f. | |||
2018-12-13 | Put back "find_library" of SDL2 | Vitaly Novichkov | |
Unfortunately, the "find_package" fails on some cases | |||
2018-12-13 | Continue clean-up of CMake build | Vitaly Novichkov | |
2018-12-13 | Keep output of VLC plugin into the root of binary directory | 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-12-05 | ADLMIDI2: Backport minor fix from official ADLMIDI | Vitaly Novichkov | |
Change setbuffer to setvbuf, fixing PR2 / issue 2. https://github.com/bisqwit/adlmidi/commit/2f3a6263b79b832efac1feda07cee07820dfc309 |