index
:
libADLMIDI
master
Fork of Bisqwit's OPL3 emulation library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
winmm_drv
Age
Commit message (
Expand
)
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
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
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
2020-09-21
WinMM-Drv: Minor fix of the build for MSVC
Wohlstand
2020-09-21
WinMM-Drv: Better compatibility with older Windows
Wohlstand
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
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