Package: prboom-plus / 2:2.5.1.4~svn4403+dfsg1-1

snd_midiplayer.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Fabian Greffrath <fabian+debian@greffrath.com>
Description: Change default MIDI player to the OPL2 emulator,
 so "freepats" can be demoted to a suggestion.

--- a/src/m_misc.c
+++ b/src/m_misc.c
@@ -380,7 +380,7 @@ default_t defaults[] =
 #ifdef _WIN32
   {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"fluidsynth"},UL,UL,def_str,ss_none},
 #else
-  {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"sdl"},UL,UL,def_str,ss_none},
+  {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"opl2"},UL,UL,def_str,ss_none},
 #endif
   {"snd_soundfont",{NULL, &snd_soundfont},{0,"TimGM6mb.sf2"},UL,UL,def_str,ss_none}, // soundfont name for synths that support it
   {"snd_mididev",{NULL, &snd_mididev},{0,""},UL,UL,def_str,ss_none}, // midi device to use for portmidiplayer