qzdoom/src/sound
2018-02-20 19:45:37 +01:00
..
mididevices - skeleton of new player class for Timidity++ - not tested yet. 2018-02-20 01:23:56 +01:00
musicformats Fixed compilation warnings reported by MSVC 2018-02-19 12:28:24 +02:00
oplsynth OPLsynth: Default to center panning. 2017-05-22 09:15:02 +02:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity - restart the music if the OPL core or the config file for the softsynths is changed, except for the GUS synth, which loads all its data during engine startup and cannot swap it out. 2017-04-18 16:43:07 +02:00
timiditypp - commented out the noisy debug messages in Timidity++ so that they do not waste execution time and memory for nothing - there are almost 300 of them. 2018-02-20 19:45:37 +01:00
wildmidi - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
efx.h Normalize line endings 2016-03-01 09:47:10 -06:00
i_midi_win32.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.cpp - marked a few more CCMDs unsafe. 2018-01-20 09:11:28 +01:00
i_music.h Remove unused URLSong functionality 2017-04-24 13:12:43 +02:00
i_musicinterns.h - use FileWriter for the Timidity MIDI dumper 2017-12-02 12:01:19 +01:00
i_sound.cpp - blacklist old FMod related sound CVARs because they tend to be in the UnknownCVARs section but aren't useful any longer. 2017-06-12 00:00:55 +02:00
i_sound.h Removed some remains of sound system MIDI device 2017-05-13 16:45:02 +03:00
i_soundinternal.h Properly parse FLAC and Ogg Vorbis files for their comments 2018-02-12 17:33:20 +01:00
mpg123_decoder.cpp - removed windows.h include from a few files which do not need it anymore. 2017-11-25 10:58:33 +01:00
mpg123_decoder.h - fixed a few issues with libmpg123 not correctly reporting the sound's length and issues with repeatedly rewinding the song. 2017-04-25 21:30:11 +02:00
mpgload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00
music_midi_base.cpp Menu: Fix cycling the "midi devices" menu option. 2017-05-14 12:12:12 +03:00
oalload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00
oalsound.cpp Properly parse FLAC and Ogg Vorbis files for their comments 2018-02-12 17:33:20 +01:00
oalsound.h Removed some remains of sound system MIDI device 2017-05-13 16:45:02 +03:00
sndfile_decoder.cpp - removed windows.h include from a few files which do not need it anymore. 2017-11-25 10:58:33 +01:00
sndfile_decoder.h - avoid double loading sound data for monoization. 2017-04-26 20:51:06 +02:00
sndload.h - allow dynamic loading of all sound related libraries without providing any SDK at all. 2017-04-17 17:05:09 +02:00