From b902e01e10b193749bd4367a6042ceb3cf3a7d54 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sat, 10 Mar 2018 22:23:10 +0100 Subject: Change #6685: Replace Win32 music driver with one not depending on MCI MCI MIDI is poorly supported on newer versions of Windows and can cause large delays at the beginning of tracks. The new driver is based on a from-scratch reader for Standard MIDI Files. This should be re-usable in other music drivers too, and can allow for finer control of playback in general. It also provides a better framework for reading MIDI data from other formats than just SMF. --- projects/openttd_vs100.vcxproj.filters | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'projects/openttd_vs100.vcxproj.filters') diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index d50273379..a7508493c 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -864,6 +864,12 @@ Header Files + + Header Files + + + Header Files + Header Files @@ -3027,6 +3033,9 @@ Music + + Music + Music -- cgit v1.2.3-54-g00ecf