qzdoom/src/sound
alexey.lysiuk 6bc2be1ca4 Fixed GCC 6+ compilation error
In file included from /usr/include/c++/6/math.h:36:0,
                 from src/vectors.h:43,
                 from src/sound/i_soundinternal.h:7,
                 from src/sound/i_sound.h:39,
                 from src/sound/i_musicinterns.h:5,
                 from src/sound/timidity/timidity.cpp:36:
/usr/include/c++/6/cmath:407:11: error: ‘::pow’ has not been declared
2018-02-26 14:46:24 +02:00
..
mididevices Revert "- don't let the Timidity++ player directly access the CVARs." 2018-02-26 09:19:10 +01:00
midisources - Fixed today's work now that I'm able to hear some sound again. Also some reorganization 2018-02-23 17:01:17 +01:00
musicformats Fixed MSVC compilation warning 2018-02-26 13:22:36 +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 Fixed GCC 6+ compilation error 2018-02-26 14:46:24 +02:00
timiditypp Fixed GCC 4.9 compilation error 2018-02-26 14:00:29 +02:00
wildmidi Removed PathExpander and PseudoMidiDevice which are no longer being used 2018-02-23 09:21:42 +01:00
efx.h
i_midi_win32.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
i_music.cpp - reimplemented thr OPL dumoer for MIDI. 2018-02-24 18:55:42 +01:00
i_music.h - removed Timidity_mastervolume CVAR. The reason why this was added got addressed at a lower level with the new code (i.e. the EXE's output was far too loud) and if there need to be adjustments to evening out the volume of the different MIDI synths it should be done in the data generation step, not as an added factor to the system volume of the track. 2018-02-23 17:27:36 +01:00
i_musicinterns.h - reimplemented thr OPL dumoer for MIDI. 2018-02-24 18:55:42 +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_soundfont.cpp - use submenus for soundfont selection both for better overview and avoiding a music restart for each selection change. 2018-02-26 08:52:40 +01:00
i_soundfont.h - use submenus for soundfont selection both for better overview and avoiding a music restart for each selection change. 2018-02-26 08:52:40 +01: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 - Fixed today's work now that I'm able to hear some sound again. Also some reorganization 2018-02-23 17:01:17 +01: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