Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | VLC Plugin: Add persistent 2x gain for output | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
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. | |||
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-13 | Improve compiler checks | Alexander Grund | |
2018-12-13 | Optimize targets and related checks | Alexander Grund | |
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
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-09-02 | rename DOSBox using preferred casing | JP Cimalando | |
2018-07-31 | VLC Plugin: Added usage of the full panning stereo | Vitaly Novichkov | |
2018-06-25 | VLC Plugin: Fixed a little typo | Vitaly Novichkov | |
2018-06-25 | VLC Plugin: more controls! | Vitaly Novichkov | |
#38 | |||
2018-06-24 | Small fix of VLC codec | Vitaly Novichkov | |
2018-06-23 | VLC Plugin: Fixed SysEx passing | Vitaly Novichkov | |
2018-06-22 | VLC Codec: Make passing of SysEx events | Vitaly Novichkov | |
2018-06-22 | VLC Plugin: Add missing Note-AfterTouch event support | Vitaly Novichkov | |
2018-06-03 | Fixed warnings in the utils | Vitaly Novichkov | |
2018-05-20 | VLC Plugin: Added supports for VLC 3+! | Vitaly Novichkov | |
2018-04-13 | VLC Codec: Use Float-32 format output | Vitaly Novichkov | |
2018-03-26 | VLC Codec: Fix the pitch event passing | Wohlstand | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2017-12-21 | Added some extra setup fields into VLC plugin | Vitaly Novichkov | |
2017-12-16 | Fixed pitch bend in VLC plugin | 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 |