qzdoom/src/sound
alexey.lysiuk 4519ab12e9 Fixed compilation errors
src/sound/oplsynth/musicblock.cpp:3:10: fatal error: 'muslib.h' file not found
src/sound/oplsynth/oplio.cpp:410:12: error: use of undeclared identifier 'cos'
src/sound/oplsynth/oplio.cpp:410:41: error: use of undeclared identifier 'sin'
2017-04-17 10:27:11 +03:00
..
mididevices - some minor cleanup, including renaming some data structutrd in the OPL code. 2017-04-17 00:46:27 +02:00
musicformats - rewrote the OPL middle layer to remove the MusLib code. 2017-04-17 00:39:03 +02:00
oplsynth Fixed compilation errors 2017-04-17 10:27:11 +03: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 Normalize line endings 2016-03-01 09:47:10 -06:00
except.h Don't try to define __try/__except on non-MSVC systems 2016-04-26 05:55:18 -07: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 FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02:00
i_music.h - added a gme_stereodepth CVAR. 2017-02-26 14:04:30 +01:00
i_musicinterns.h - removed FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02:00
i_sound.cpp - removed FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02:00
i_sound.h - removed FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02:00
i_soundinternal.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
mpg123_decoder.cpp - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
mpg123_decoder.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
music_midi_base.cpp - removed FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02: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 - removed FMod as the last remaining piece of code that is not GPL compatible. 2017-04-17 01:06:54 +02: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 - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00
sndfile_decoder.h - added a dedicated player class for streamed music formats (i.e. MP3, Ogg and Flac) 2017-04-01 19:47:12 +02:00