Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright year for 2025 | Wohlstand | |
2024-01-07 | Updated copyright year to 2024 | Wohlstand | |
2023-01-03 | Updated copyright for 2023 | Wohlstand | |
2022-01-05 | Updated copyright year for 2022 | Wohlstand | |
2021-12-13 | Added per-bank MT32 defaults option | Wohlstand | |
This option makes MT32 defaults being set: - 127 initial volume - octave-wide pitch bend | |||
2021-07-27 | wopl_file.h: Organize the stdint necessary defines | Wohlstand | |
2021-02-09 | Fix compilation on Solaris | Cacodemon345 | |
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-06 | Added an aproximated HMI volume model | Wohlstand | |
2020-09-02 | Added Generic FM variant of Win9X volume model | Wohlstand | |
2020-09-01 | Added AIL volume model | Wohlstand | |
2020-08-31 | WOPL: New volume models | Wohlstand | |
2020-01-17 | Update copyright year | Wohlstand | |
2019-01-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2018-11-04 | update the WOPL library with fixes | JP Cimalando | |
2018-09-03 | wopl: bug fix and test | JP Cimalando | |
2018-07-08 | Small comma fix in WOPL parser header | Vitaly Novichkov | |
2018-07-04 | Remove deprecated enums from WOPL file processor | Vitaly Novichkov | |
2018-07-04 | Another typo fixes, begin to document all public functions | Vitaly Novichkov | |
2018-07-04 | Added instrument rhythm-mode related enums into the public header | Vitaly Novichkov | |
2018-05-17 | Auto-define missing int types to build on Watcom with C90 | Vitaly Novichkov | |
2018-04-21 | wopl API: give names to struct and enum types | JP Cimalando | |
2018-04-21 | wopl robustness fix | JP Cimalando | |
2018-04-20 | fix implementation defined behavior | JP Cimalando | |
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. |