Releases: ayuanx/ogg-winmm
ogg-winmm release v2023.02.28
Improve time range precision from second to millisecond.
Add compatibility support for legacy Win95/98.
ogg-winmm release v2023.02.26
Implement time range playing down to seconds instead of always track-wise playing.
Implement pause and resume.
ogg-winmm release v2023.01.18
Implement play/seek/length/position for mciSendString.
ogg-winmm release v2022.06.26
Fix MIDI file open bypass
ogg-winmm release v2022.05.26
Remove unnecessary monitor thread.
Thread calling convention fix.
Position calculation and status fix.
Various compatibility fix.
ogg-winmm release v2022.02.28
Implement MCI_INFO command
Fix MCI_SYSINFO command
Bugfixes for MCISendString
ogg-winmm release v2022.02.27
Treat MCI_PAUSE as MCI_STOP and MCI_RESUME as MCI_PLAY, since MCICDA does not support resume.
ogg-winmm release v2021.11.15
Ignore case when opening device.
ogg-winmm release v2021.11.11
Post notify message to the correct window.
Fix a race condition that sometimes causes music to stutter.
ogg-winmm release v2021.11.10
Completely rewrite player control logic.
Use persistent thread to improve performance.
Use persistent buffer to improve performance.
Fix various crash/freeze scenarios related to thread.
Fix various memory leak scenarios related to buffer.