Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-20 | CMake, WinMM: Fixed "adlmidi.h" not found | Wohlstand | |
2025-03-30 | WinMM: Prevent possible crash due to array out-of-range | Wohlstand | |
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-25 | Added MAME OPL2 emulator | Wohlstand | |
2025-03-25 | Implemented support of YMFM emulators and OPL2 | Wohlstand | |
2025-03-25 | WinMM: Added ESFMu emulator into the list | Wohlstand | |
2025-03-25 | WinMM Experiment: Set high priority to render thread | Wohlstand | |
This should help resolve the choppying problem on weaker machines in parallel with background activity. | |||
2025-03-17 | WinMM: Fixed beginthread data size at MidiSynth.cpp | Wohlstand | |
2025-03-17 | WinMM: Allow fallback to PCM16 if FLOAT32 fails | Wohlstand | |
2025-03-17 | WinMM: Don't try to assign clientNum if dwUser is NULL | Wohlstand | |
2025-03-17 | WinMM: Small fix of the test.c | Wohlstand | |
2025-03-17 | WinMM: Extended test utility | Wohlstand | |
2024-08-29 | WinMM: Fixed MSVC build | Wohlstand | |
2024-08-22 | WinMM: config_dialog.c: Fixed warning | Wohlstand | |
2024-08-22 | WinMM: Fixed the MinGW workaround | Wohlstand | |
2024-08-22 | WinMM: Added gaining function | Wohlstand | |
2024-08-22 | WinMM: Use the Float32 for WaveOut | Wohlstand | |
2024-08-22 | WinMM: Added chan-alloc and audio output options | Wohlstand | |
2020-09-22 | Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git | Wohlstand | |
2020-09-22 | WinMM-Drv: fixed a minor crash | Wohlstand | |
2020-09-21 | WinMM-DRV: A small fix for the vanilla MinGW toolchain | Wohlstand | |
2020-09-21 | WinMM-Drv: A minor fix | Wohlstand | |
Don't call panic when synthesizer is not active | |||
2020-09-21 | WinMM-Drv: Minor fix of the build for MSVC | Wohlstand | |
2020-09-21 | WinMM-Drv: Better compatibility with older Windows | Wohlstand | |
Do link of a mingwex statically | |||
2020-09-21 | WinMM-Drv: A small fix of a menu height | Wohlstand | |
2020-09-21 | WinMM-DRV: Slightly change the wigth of 4ops combobox | Wohlstand | |
2020-09-21 | WinMM-DRV: Organize resources and use ResEdit instead of VS | Wohlstand | |
2020-09-21 | WinMM-DRV: Fixed a small typo in a "vibrato" word | Wohlstand | |
Thanks to @jpcima for a hint | |||
2020-09-21 | WinMM-DRV: Don't write a blank path line into registry | 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 |