aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv
AgeCommit message (Expand)Author
2025-05-20CMake, WinMM: Fixed "adlmidi.h" not foundWohlstand
2025-03-30WinMM: Prevent possible crash due to array out-of-rangeWohlstand
2025-03-29Added support for LLE OPL2 and OPL3 emulatorsWohlstand
2025-03-25Added MAME OPL2 emulatorWohlstand
2025-03-25Implemented support of YMFM emulators and OPL2Wohlstand
2025-03-25WinMM: Added ESFMu emulator into the listWohlstand
2025-03-25WinMM Experiment: Set high priority to render threadWohlstand
2025-03-17WinMM: Fixed beginthread data size at MidiSynth.cppWohlstand
2025-03-17WinMM: Allow fallback to PCM16 if FLOAT32 failsWohlstand
2025-03-17WinMM: Don't try to assign clientNum if dwUser is NULLWohlstand
2025-03-17WinMM: Small fix of the test.cWohlstand
2025-03-17WinMM: Extended test utilityWohlstand
2024-08-29WinMM: Fixed MSVC buildWohlstand
2024-08-22WinMM: config_dialog.c: Fixed warningWohlstand
2024-08-22WinMM: Fixed the MinGW workaroundWohlstand
2024-08-22WinMM: Added gaining functionWohlstand
2024-08-22WinMM: Use the Float32 for WaveOutWohlstand
2024-08-22WinMM: Added chan-alloc and audio output optionsWohlstand
2020-09-22Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.gitWohlstand
2020-09-22WinMM-Drv: fixed a minor crashWohlstand
2020-09-21WinMM-DRV: A small fix for the vanilla MinGW toolchainWohlstand
2020-09-21WinMM-Drv: A minor fixWohlstand
2020-09-21WinMM-Drv: Minor fix of the build for MSVCWohlstand
2020-09-21WinMM-Drv: Better compatibility with older WindowsWohlstand
2020-09-21WinMM-Drv: A small fix of a menu heightWohlstand
2020-09-21WinMM-DRV: Slightly change the wigth of 4ops comboboxWohlstand
2020-09-21WinMM-DRV: Organize resources and use ResEdit instead of VSWohlstand
2020-09-21WinMM-DRV: Fixed a small typo in a "vibrato" wordWohlstand
2020-09-21WinMM-DRV: Don't write a blank path line into registryWohlstand
2020-09-21Added WinMM driver for windows (#236)Vitaly Novichkov