Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-29 | Added support for LLE OPL2 and OPL3 emulators | Wohlstand | |
Kept disabled by default because they are extremely heavy for ordinary processors. | |||
2025-03-27 | VLC Plugin: Apply dynamic list as at libOPNMIDI | Wohlstand | |
So, disabled emulators won't show in the list. | |||
2025-03-27 | VLC Plugin: Fixed new emulators missing | Wohlstand | |
It was a bug! | |||
2025-03-25 | Added MAME OPL2 emulator | Wohlstand | |
2025-03-25 | Implemented support of YMFM emulators and OPL2 | Wohlstand | |
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-09-04 | VLC Plugin: ouch, fixed comment for macOS | Wohlstand | |
2024-09-04 | VLC Plugin: Added the "experimental" mark for the Serial feature | Wohlstand | |
Especially in the VLC, this feature doesn't work ideally, and may give glitches. | |||
2024-05-21 | VLC plugin: Fixed the delay value for events processing | Wohlstand | |
2024-05-11 | Initial implementation of Serial support | Wohlstand | |
+ refactor of the MIDI play, making separated loop functions instead the mess of everything in one single loop function. | |||
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-06-29 | Added the chip channels allocation mode option | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-12-15 | VLC Plugin: Added the auto-arpeggio settings field | Wohlstand | |
2021-01-14 | Updated copyright for 2021 | Wohlstand | |
2020-09-21 | Added 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-16 | VLC Plugin: Added missing HMI volume models into the list | Wohlstand | |
2020-09-02 | Added Generic FM variant of Win9X volume model | Wohlstand | |
2020-09-01 | Added AIL volume model | Wohlstand | |
2020-08-31 | VLC Plugin: List new volume models | Wohlstand | |
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 | Improve FindLIBVLC | Flamefire | |
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 |