Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-22 | Provide pkg-config support | JP Cimalando | |
2018-10-19 | CMake: Oops | Vitaly Novichkov | |
2018-10-19 | CMake: Force static library build for VLC plugin | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Try to build and deploy VLC plugin | Vitaly Novichkov | |
For MinGW-w64 toolchains only | |||
2018-10-18 | VLC: Prefer static library linking over shared | Vitaly Novichkov | |
2018-10-09 | pthread, not winpthread | Vitaly Novichkov | |
2018-10-09 | Don't hardcode "vlccore" library, use recognized name | Vitaly Novichkov | |
2018-10-09 | Link libgcc, libstdc++ and pthreads statically with DLL on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Link also pthreads on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Oops | Vitaly Novichkov | |
Fixed a nosense | |||
2018-10-09 | VLC Plugin: link libgcc and libstdc++ statically for a test | Vitaly Novichkov | |
2018-10-04 | improvement on the installation procedure based on CMake | JP Cimalando | |
Detect the standard installation paths of OS distributions. Install a version symlink for the shared library. | |||
2018-09-29 | CMake: Add a proper install of VLC plugin | Vitaly Novichkov | |
2018-08-28 | sequencer: enable end silence skipping | JP Cimalando | |
2018-07-31 | Fixed MSVC Build of shared library | Wohlstand | |
2018-07-31 | Exclude visibility options from off DJGPP build | Vitaly Novichkov | |
2018-07-31 | Don't use `-fvisibility-inlines-hidden` expression for older CMake | Vitaly Novichkov | |
2018-07-31 | Fix the visibility warning on C compiler | Vitaly Novichkov | |
2018-07-30 | Added missing macro for DLL build | Vitaly Novichkov | |
The macro `ADLMIDI_BUILD_DLL` tells to use the `dllexport` attribute for public symbols. It's required, otherwise, symbol will not be available. | |||
2018-07-30 | hide private symbols | JP Cimalando | |
2018-07-09 | provide XMI to MID conversion as tool | JP Cimalando | |
2018-06-24 | Correct intefrace of built library | Vitaly Novichkov | |
2018-06-24 | Small fix of VLC codec | Vitaly Novichkov | |
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-19 | Apply same DJGPP build fix | Vitaly Novichkov | |
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ] | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-18 | CMake: Fixed configure when no CMAKE_BUILD_TYPE was defined | Vitaly Novichkov | |
2018-06-17 | Set Release when CMAKE_BUILD_TYPE is not defined | Vitaly Novichkov | |
2018-06-17 | Small correction of CMake build | Vitaly Novichkov | |
2018-06-16 | Upgrated measurer algorithm and re-generated full embedded banks database | Vitaly Novichkov | |
2018-06-08 | chips: create a common method set for generation and resampling | JP Cimalando | |
2018-06-04 | Fix the debug build | Vitaly Novichkov | |
2018-06-03 | Re-Order CMake flags and info, and update the changes log | Vitaly Novichkov | |
2018-06-03 | Small beautifying in CMakeLists.txt | Vitaly Novichkov | |
2018-06-03 | Fixed warnings in the utils | Vitaly Novichkov | |
2018-06-03 | optional high-quality resampling | JP Cimalando | |
2018-06-03 | Fixed some warnings on MinGW | Wohlstand | |
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. |