mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-18 08:21:34 +00:00
39940fe20a
from doing prebuffering of the song. This was causing the Linux version to hang while waiting for input from the pipe, since Timidity hadn't been started yet. I tried using a select call in the FillStream() method, but it always seems to return the pipe as having nothing available. Unfortunately, the game still falls all over itself if Timidity isn't available. Instead of execvp failing nicely, X errors kill the game. I don't know why it's doing that. My advice for Linux music: Skip Timidity++ and get a DLS patch set (/WINDOWS/system32/drivers/gm.dls is probably the most common by far) and set the snd_midipatchset cvar to point to it. It's faster and also sounds a whole lot better than the crappy freepats Ubuntu wants to install with Timidity++. - GCC fixes. SVN r858 (trunk) |
||
---|---|---|
.. | ||
fmod_wrap.h | ||
fmodsound.cpp | ||
fmodsound.h | ||
i_music.cpp | ||
i_music.h | ||
i_musicinterns.h | ||
i_sound.cpp | ||
i_sound.h | ||
music_cd.cpp | ||
music_midi_base.cpp | ||
music_midi_midiout.cpp | ||
music_midi_timidity.cpp | ||
music_midistream.cpp | ||
music_mus_midiout.cpp | ||
music_mus_opl.cpp | ||
music_spc.cpp | ||
music_stream.cpp | ||
music_win_mididevice.cpp |