gzdoom-gles/src/sound
Christoph Oelckers 8542d73994 - removed some ZDoomd dependencies from Timidity(GUS) backend
* use std::string instead of FString
* replaced the single use of clamp with std::min/std::max.
* copied MAKE_ID macro into the source.
* use snprintf instead of mysnprintf
* use std::runtime_error instead of I_Error to abort on failed memory allocations.

# Conflicts:
#	src/sound/timidity/common.cpp

# Conflicts:
#	src/sound/timidity/common.cpp
#	src/sound/timidity/instrum.cpp
#	src/sound/timidity/instrum_dls.cpp
2020-01-05 01:22:06 +01:00
..
backend - removed redundant include. 2020-01-04 21:32:07 +01:00
mididevices - handled the final piece where Timidity++ had a direct dependency on GZDoom - the error logging function. 2020-01-04 23:41:22 +01:00
midisources - added a method to FileReader to read the contents into an array and used it on the MIDI sources for testing. 2018-11-02 14:41:28 +01:00
music - implemented an abstract sound font reader interface for Timidity++. 2020-01-04 23:39:48 +01:00
musicformats - fixed SPC music looping after update to GME 0.6.2 2019-10-18 11:19:27 +02:00
oplsynth - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-04-28 22:13:36 +02:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity - removed some ZDoomd dependencies from Timidity(GUS) backend 2020-01-05 01:22:06 +01:00
wildmidi - removed the internal WildMidi player object cleanup code. 2019-08-19 00:24:54 +02:00
s_advsound.cpp Made several classes trivially copyable, 2020-01-04 21:32:10 +01:00
s_environment.cpp - move sound files to sound folder. 2020-01-04 21:32:04 +01:00
s_music.cpp - split off all music code from s_sound.cpp 2019-09-28 14:20:21 +02:00
s_music.h - split off all music code from s_sound.cpp 2019-09-28 14:20:21 +02:00
s_sndseq.cpp Made several classes trivially copyable, 2020-01-04 21:32:10 +01:00
s_sndseq.h - move sound files to sound folder. 2020-01-04 21:32:04 +01:00
s_sound.cpp - move sound files to sound folder. 2020-01-04 21:32:04 +01:00
s_sound.h Made several classes trivially copyable, 2020-01-04 21:32:10 +01:00