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 | 3 +++ projects/openttd_vs100.vcxproj.filters | 9 +++++++++ projects/openttd_vs140.vcxproj | 3 +++ projects/openttd_vs140.vcxproj.filters | 9 +++++++++ projects/openttd_vs141.vcxproj | 3 +++ projects/openttd_vs141.vcxproj.filters | 9 +++++++++ projects/openttd_vs80.vcproj | 12 ++++++++++++ projects/openttd_vs90.vcproj | 12 ++++++++++++ 8 files changed, 60 insertions(+) (limited to 'projects') diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 8a54e9712..f83ea167a 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -569,6 +569,8 @@ + + @@ -1290,6 +1292,7 @@ + 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 diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index 043fe8591..4adaaaec9 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -590,6 +590,8 @@ + + @@ -1311,6 +1313,7 @@ + diff --git a/projects/openttd_vs140.vcxproj.filters b/projects/openttd_vs140.vcxproj.filters index d50273379..a7508493c 100644 --- a/projects/openttd_vs140.vcxproj.filters +++ b/projects/openttd_vs140.vcxproj.filters @@ -864,6 +864,12 @@ Header Files + + Header Files + + + Header Files + Header Files @@ -3027,6 +3033,9 @@ Music + + Music + Music diff --git a/projects/openttd_vs141.vcxproj b/projects/openttd_vs141.vcxproj index bba72864b..60f0aea88 100644 --- a/projects/openttd_vs141.vcxproj +++ b/projects/openttd_vs141.vcxproj @@ -590,6 +590,8 @@ + + @@ -1311,6 +1313,7 @@ + diff --git a/projects/openttd_vs141.vcxproj.filters b/projects/openttd_vs141.vcxproj.filters index d50273379..a7508493c 100644 --- a/projects/openttd_vs141.vcxproj.filters +++ b/projects/openttd_vs141.vcxproj.filters @@ -864,6 +864,12 @@ Header Files + + Header Files + + + Header Files + Header Files @@ -3027,6 +3033,9 @@ Music + + Music + Music diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b0ac66036..0255f18da 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1462,6 +1462,14 @@ RelativePath=".\..\src\news_type.h" > + + + + @@ -4458,6 +4466,10 @@ RelativePath=".\..\src\music\null_m.cpp" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 8f379e6e6..c4f63c919 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1459,6 +1459,14 @@ RelativePath=".\..\src\news_type.h" > + + + + @@ -4455,6 +4463,10 @@ RelativePath=".\..\src\music\null_m.cpp" > + + -- cgit v1.2.3-54-g00ecf