aboutsummaryrefslogtreecommitdiff
path: root/utils/vlc_codec
AgeCommit message (Collapse)Author
2025-03-29Added support for LLE OPL2 and OPL3 emulatorsWohlstand
Kept disabled by default because they are extremely heavy for ordinary processors.
2025-03-27VLC Plugin: Apply dynamic list as at libOPNMIDIWohlstand
So, disabled emulators won't show in the list.
2025-03-27VLC Plugin: Fixed new emulators missingWohlstand
It was a bug!
2025-03-25Added MAME OPL2 emulatorWohlstand
2025-03-25Implemented support of YMFM emulators and OPL2Wohlstand
2025-01-01Update copyright year for 2025Wohlstand
2024-09-04VLC Plugin: ouch, fixed comment for macOSWohlstand
2024-09-04VLC Plugin: Added the "experimental" mark for the Serial featureWohlstand
Especially in the VLC, this feature doesn't work ideally, and may give glitches.
2024-05-21VLC plugin: Fixed the delay value for events processingWohlstand
2024-05-11Initial implementation of Serial supportWohlstand
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function.
2024-01-07Updated copyright year to 2024Wohlstand
2023-01-03Updated copyright for 2023Wohlstand
2022-06-29Added the chip channels allocation mode optionWohlstand
2022-01-05Updated copyright year for 2022Wohlstand
2021-12-15VLC Plugin: Added the auto-arpeggio settings fieldWohlstand
2021-01-14Updated copyright for 2021Wohlstand
2020-09-21Added WinMM driver for windows (#236)Vitaly Novichkov
* ADLMIDI2: Fixed an MSVC build However, it may work glitchy! * Experimental WinMM MIDI driver TODO: Make a control panel to configure the driver * WinMM-DRV: A workaround for older MinGW * WinMM-DRV: WIP control panel appled / tool * WinMM-DRV: Better test a driver's work * WinMM-DRV: More progress on a control panel * WinMM-DRV: And more progress on this control panel It's almost completed, I need to make the working setup through a registry. * WinMM-DRV: Driver is almost ready However, control panel can't ping a driver to reload settings yet * WinMM-DRV: Fix the missing volume model setup * WinMM-DRV: Setup reload on the fly now work! * WinMM-DRV: Stabilize the thing * WinMM-DRV: Stabilizing * WinMM-DRV: Avoid all "setup" in names to avoid a stupid PCA thing: https://stackoverflow.com/questions/17660404/how-to-programmatically-disable-program-compatibility-assistant-in-windows-7-and * A small warning fix at the WOPL module * WinMM-DRV: Fixed some warnings * WinMM-DRV: Avoid PCA dialog on the installer * WiNMM-DRV: Make the linking of pthread being optional Required to use MinGW-w64 toolchain with the "win32" threading mode * WinMM-DRV: Receive the MODM_RESET to reset the MIDI state * WinMM-DRV: Attempt to fix a sound distorsion on song song * WinMM-Drv: Fixed a build on some older MinGW toolchains * WinMM-Drv: Fixed default settings not being loaded
2020-09-16VLC Plugin: Added missing HMI volume models into the listWohlstand
2020-09-02Added Generic FM variant of Win9X volume modelWohlstand
2020-09-01Added AIL volume modelWohlstand
2020-08-31VLC Plugin: List new volume modelsWohlstand
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