gzdoom-gles/src/sound
Christoph Oelckers 5c4e8783e9 - removed the internal WildMidi player object cleanup code.
This was solely meant for the original WildMidi player but got seriously in the way of how this code gets used by GZDoom. In GZDoom the player object is owned by the MIDI devive which should be the only instance which is allowed to destroy it.
2019-08-18 16:12:52 +02:00
..
adlmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
backend Added A_SoundPitch and an optional pitch parameter to A_PlaySound and S_Sound. 2019-07-24 20:15:24 +02:00
mididevices - sorted sound backend code into subdirectories. 2019-07-14 16:07:18 +02: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 10:20:12 +01:00
music - moved some more files. 2019-07-14 21:09:49 +02:00
musicformats - made the class definitions of the MIDI devices private to the implementations. 2019-06-27 09:56:08 +02:00
oplsynth - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
opnmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity - replaced all usages of insecure vsprintf() function 2019-03-04 17:35:38 +02:00
timiditypp - Fixed a buffer overflow with Timidity++ when playing Sigil e5m5 music. 2019-06-02 21:20:19 +02:00
wildmidi - removed the internal WildMidi player object cleanup code. 2019-08-18 16:12:52 +02:00
s_advsound.cpp - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_environment.cpp - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_sndseq.cpp - fixed incorrect write barrier in sound sequence code. 2019-08-09 08:42:36 +02:00
s_sndseq.h - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_sound.cpp Added A_SoundPitch and an optional pitch parameter to A_PlaySound and S_Sound. 2019-07-24 20:15:24 +02:00
s_sound.h Added A_SoundPitch and an optional pitch parameter to A_PlaySound and S_Sound. 2019-07-24 20:15:24 +02:00