Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | Update copyright year | 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 | |||
2018-12-21 | Fixed Haiku build | Wohlstand | |
2018-12-17 | Fixed C++98 and C90 warnings, also CLang rpath warning | Vitaly Novichkov | |
2018-12-15 | Remove makefiles | Flamefire | |
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-14 | CMake: Move all directory targets into root script | Wohlstand | |
2018-12-14 | Fixed DJGPP build | Vitaly Novichkov | |
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 | 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-11-10 | fix minute display on 1+ hour tracks | JP Cimalando | |
2018-09-30 | Lock settings for CMF and IMF playing to don't destroy them | Vitaly Novichkov | |
For now, all settings are in safe, except of custom bank that getting be dropped away by CMF file that does passing of own custom instruments. | |||
2018-07-31 | ADLMIDIPlay: Tiny fix of "-fp" flag usage help | Vitaly Novichkov | |
2018-07-30 | [Experimental] Partially apply fixes to kode54's pull request | Wohlstand | |
2018-07-10 | midiplay: add argument --only | JP Cimalando | |
2018-07-07 | rename enum members for consistency | JP Cimalando | |
2018-07-07 | add midiplay option for solo track | JP Cimalando | |
2018-07-04 | ADLMIDIPlay: Little polishing of the macros and multibank from embeds | Vitaly Novichkov | |
2018-06-28 | basic channel description API | JP Cimalando | |
2018-06-25 | Using bigger integers for math in some places | Vitaly Novichkov | |
2018-06-23 | Implement a workaround for crashing Watcom compiler | Vitaly Novichkov | |
2018-06-21 | MidiPlay: print loop points in pretty format | Vitaly Novichkov | |
2018-06-19 | MidiPlay: Don't spam print with non-changed output, and print times pretty | Vitaly Novichkov | |
2018-06-07 | library version string for HQ variant | JP Cimalando | |
2018-05-19 | OpenWatcom compilation fix | Vitaly Novichkov | |
2018-05-17 | Fixed DJGPP build of MIDI Player | Vitaly Novichkov | |
2018-04-29 | ADLMIDIPlay: Fill g_audioFormat from obtained sample format value | Vitaly Novichkov | |
To avoid distorted sound because wanted and obtained sample format is different. | |||
2018-04-29 | ADLMIDIPlay: Small fix of obtained output information | Vitaly Novichkov | |
2018-04-29 | ADLMIDIPlay: Added ability to use different sample format | Vitaly Novichkov | |
2018-04-11 | Fixed typos in comments | Vitaly Novichkov | |
2018-04-11 | Added command line option to turn on full-ranged CC74 to MIDI Player tool | Vitaly Novichkov | |
2018-04-11 | Put Nuked OPL3 1.8 be default and fix the DJGPP build | Vitaly Novichkov | |
2018-04-10 | [Experimental] Added support for emulation core switching in real time! | Vitaly Novichkov | |
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator. | |||
2017-12-09 | Hardware OPL3 build fix | Vitaly Novichkov | |
2017-12-02 | Fixed OpenWatcom IDE project | Wohlstand | |
2017-12-01 | Some fixes on non-DOS OpenWatcom targets | Wohlstand | |
Unfortunately, std::fflush() causes a crash on Linux but works fine on DOS |