Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | specialized hash table for bank number mappings | JP Cimalando | |
2018-05-16 | CMake: Fixed build of ADLMIDI2 when GenAdlData is disabled | Vitaly Novichkov | |
2018-05-08 | CMake: Fourth attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: third attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: Another attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: Use different strategy to identify MinGW if CMAKE_CXX_COMPILER_ID ↵ | Vitaly Novichkov | |
doesn't gives "GNU" | |||
2018-04-20 | Use the same WOPL_File parser from OPL3 Bank Editor in libADLMIDI | Vitaly Novichkov | |
TODO: port this into Gen-ADLDATA too! No more need to update same file parser twice. Just, copy-paste the same WOPL parser between of OPL3 Bank Editor and libADLMIDI. | |||
2018-04-18 | explicit link against the library target | JP Cimalando | |
2018-04-13 | propagate the include directory of ADLMIDI | JP Cimalando | |
2018-04-12 | Fixed the VLC plugin support built via CMake! | Wohlstand | |
TODO: Implement install support | |||
2018-04-10 | Apply the update of measurer and fix the build of GenAdlData | 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. | |||
2018-04-08 | fix the check which identifies cmake as a legacy version | JP Cimalando | |
2018-04-04 | Allow using of older CMake builds | Vitaly Novichkov | |
2018-03-24 | Added ability to disable MUS and XMI converters and MIDI Sequencer | Vitaly Novichkov | |
2017-12-24 | Added a very simple pure C example | Vitaly Novichkov | |
2017-12-16 | Added experimental VLC plugin | Vitaly Novichkov | |
Plugin is made for VLC 2.2.2 Weatherwax (pre-installed in Linux Mint 18.3) Existing issues: - No ability to change codec properties yet, this thing is WIP - By unknown reason, resulted sound has different (RANDOM) sample rate which is different from 44100 Hz | |||
2017-12-01 | Some fixes on non-DOS OpenWatcom targets | Wohlstand | |
Unfortunately, std::fflush() causes a crash on Linux but works fine on DOS | |||
2017-11-15 | Fix linking of GenAdldata | Wohlstand | |
2017-11-12 | libADLMIDI now is buildable under OpenWatcom except of some workarounds | Wohlstand | |
- Need a different way to create a static library, otherwise it don't wanna be built. - Needed a different custom STL containers (std::vector and std::set) implementation that will work and will don't glitch with a crashes | |||
2017-11-10 | Repair support of DJGPP for libADLMIDI and Classic ADLMIDI tool | Wohlstand | |
However, Important TODO: Implement support for Ctrl+C!!! | |||
2017-11-09 | Resolve weird crash caused by Tetris inside ADLMIDI2 and other changes | Wohlstand | |
- Move most of inline classes methods into own CC file - Move Input into own header with own CC file to share it with the puzzle game - Created virtual destructors and resolved weak vtable trouble between of Tetris's classes - Remove static declarisons of Tetris class. Instead, let it be member of UserInterface - Fixed forgot note-offs while sorting events row with zero length notes - Fixed crash caused by unsafe access by reference to element of array that was modified/reallocated one or multiple times - Stabilize dealing with zero-length notes | |||
2017-11-08 | Fixed Windows MSVC build (adlmidi2 and gen_adldata) | Wohlstand | |
2017-11-07 | Fix linking on some computers | Wohlstand | |
2017-11-07 | New API, classic ADLMIDI, and CMake | Wohlstand | |
- Attempt to support hardware OPL and add build of classic ADLMIDI into CMake - Added new API functions - Added C++ Extras are needed for classic ADLMIDI player - Error string is no more static. Static variant is kept for initialization errors only. | |||
2017-10-22 | Fix MSVC CMake compilation | Wohlstand | |
TODO: Fix a freaking MSVC's "invalid comparator" assert given by std::map::lower_bound() call | |||
2017-10-22 | Fix execution of gen_adldata from Xcode project build | Wohlstand | |
2017-10-22 | Fixed CMake build on macOS | Wohlstand | |
2017-10-21 | Fixed MSVC2015 build | Wohlstand | |
2017-10-20 | Fixed MinGW Windowd build via CMake | Wohlstand | |
(Issue #26) | |||
2017-10-20 | Fixed CMake build | Wohlstand | |
2017-10-20 | Added CMake support | Wohlstand | |