aboutsummaryrefslogtreecommitdiff
path: root/utils/vlc_codec
AgeCommit message (Collapse)Author
2020-08-10VLC Plugin: Add persistent 2x gain for outputWohlstand
2020-01-17Update copyright yearWohlstand
2019-01-06VLC-Plugin: Added ability to enable/disable pluginVitaly 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-15Remove makefilesFlamefire
2018-12-15Improve FindLIBVLCFlamefire
2018-12-15Set toplevel CMAKE_MODULE_PATHFlamefire
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-15Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
# Conflicts: # utils/vlc_codec/CMakeLists.txt
2018-12-15CMake: Use C90 but C99 at VLC PluginVitaly Novichkov
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Continue CMake clean-upVitaly Novichkov
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Optimize targets and related checksAlexander Grund
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Keep output of VLC plugin into the root of binary directoryVitaly Novichkov
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-09-02rename DOSBox using preferred casingJP Cimalando
2018-07-31VLC Plugin: Added usage of the full panning stereoVitaly Novichkov
2018-06-25VLC Plugin: Fixed a little typoVitaly Novichkov
2018-06-25VLC Plugin: more controls!Vitaly Novichkov
#38
2018-06-24Small fix of VLC codecVitaly Novichkov
2018-06-23VLC Plugin: Fixed SysEx passingVitaly Novichkov
2018-06-22VLC Codec: Make passing of SysEx eventsVitaly Novichkov
2018-06-22VLC Plugin: Add missing Note-AfterTouch event supportVitaly Novichkov
2018-06-03Fixed warnings in the utilsVitaly Novichkov
2018-05-20VLC Plugin: Added supports for VLC 3+!Vitaly Novichkov
2018-04-13VLC Codec: Use Float-32 format outputVitaly Novichkov
2018-03-26VLC Codec: Fix the pitch event passingWohlstand
2018-01-21Copyright year update 2018Vitaly Novichkov
2017-12-21Added some extra setup fields into VLC pluginVitaly Novichkov
2017-12-16Fixed pitch bend in VLC pluginVitaly Novichkov
2017-12-16Added experimental VLC pluginVitaly 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