gzdoom/src/sound
Christoph Oelckers f9bb64a5f3 - fixed: MIDIStreamer::Update did not check if the device was still valid.
Stopping a song can delete device while the streamer is still valid.
2017-03-13 00:38:59 +01:00
..
mididevices Merge branch '3.0_work' 2017-03-12 20:31:34 +01:00
musicformats - fixed: MIDIStreamer::Update did not check if the device was still valid. 2017-03-13 00:38:59 +01:00
oplsynth - reorganized sound related code. 2017-03-10 20:53:03 +01:00
timidity - reorganized sound related code. 2017-03-10 20:53:03 +01:00
wildmidi - moved the various music format files into their own directory. 2017-03-10 22:26:02 +01:00
efx.h
except.h
fmod_wrap.h - Added support for building with FMOD Studio Low Level API (partially based off of Emile Belanger's/Beloko Games Android work) 2016-08-27 22:14:57 -04:00
fmodsound.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
fmodsound.h - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01: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 - removed Windows includes from two more files. 2017-03-10 23:30:30 +01:00
i_music.h - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_musicinterns.h - missed a typo. 2017-03-11 18:26:56 +01:00
i_sound.cpp - removed Windows includes from two more files. 2017-03-10 23:30:30 +01:00
i_sound.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
i_soundinternal.h - most WORD and SWORD are gone. 2017-03-08 18:55:55 +01:00
mpg123_decoder.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
mpg123_decoder.h Fixed ssize_t type definition for mpg123 (affects MSVC x64 only) 2017-03-06 18:05:06 +02:00
music_midi_base.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
oaldef.h
oalload.h - Added support for GTK3 (thanks to "MineyMe" and edward-san) 2016-11-12 18:32:09 -05:00
oalsound.cpp - fixed GCC warnings and errors 2017-03-11 19:02:35 +01:00
oalsound.h - except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types. 2017-03-09 19:54:41 +01:00
sndfile_decoder.cpp - finally managed to get rid of the DWORD type. 2017-03-10 19:46:22 +01:00
sndfile_decoder.h