Add soundfont setting to config

#2747
This commit is contained in:
lewri
2024-12-31 12:14:18 +00:00
parent 7118b7e16e
commit c0c7939fdb
2 changed files with 18 additions and 0 deletions

View File

@@ -468,6 +468,15 @@ screenshots = nil -- [[X:\ThemeHospital\Screenshots]]
--
audio_music = nil -- [[X:\ThemeHospital\Music]]
-------------------------------------------------------------------------------
-- SoundFont: CorsixTH uses the FluidR3 SoundFont by default for playing MIDI music.
-- Windows users, and other OS versions compiled with the FluidSynth software
-- synthesiser can specify their own SoundFont file below (.sf2 or .sf3).
-- Mac(OS) Source Ports build users, and OS versions compiled with TiMidity
-- won't see any effect from this option. See our Wiki for alternative options.
--
soundfont = nil -- [[X:\ThemeHospital\FluidR3.sf3]]
------------------------------- SPECIAL SETTINGS ------------------------------
-- These settings can only be changed here
-------------------------------------------------------------------------------

View File

@@ -277,6 +277,15 @@ screenshots = nil -- [[X:\ThemeHospital\Screenshots]]
--
audio_music = nil -- [[X:\ThemeHospital\Music]]
-------------------------------------------------------------------------------
-- SoundFont: CorsixTH uses the FluidR3 SoundFont by default for playing MIDI music.
-- Windows users, and other OS versions compiled with the FluidSynth software
-- synthesiser can specify their own SoundFont file below (.sf2 or .sf3).
-- Mac(OS) Source Ports build users, and OS versions compiled with TiMidity
-- won't see any effect from this option. See our Wiki for alternative options.
--
soundfont = nil -- [[X:\ThemeHospital\FluidR3.sf3]]
------------------------------- SPECIAL SETTINGS ------------------------------
-- These settings can only be changed here
-------------------------------------------------------------------------------