gzdoom-gles/src/sound
Christoph Oelckers 5743a56ef4 - created a new zmusic library which will eventually contain all the music playback code.
Currently all it contains are the MIDI sources and the MIDI devices, the rest needs to be reworked first.

# Conflicts:
#	libraries/zmusic/i_module.cpp
#	libraries/zmusic/i_module.h
#	src/CMakeLists.txt
#	src/i_module.cpp
#	src/i_module.h
#	src/sound/music/midi_cvars.cpp
#	src/utility/i_module.cpp
#	src/utility/i_module.h

# Conflicts:
#	src/CMakeLists.txt
#	src/sound/musicformats/music_opl.cpp
2020-01-05 11:46:20 +01:00
..
backend - created a new zmusic library which will eventually contain all the music playback code. 2020-01-05 11:46:20 +01:00
music - created a new zmusic library which will eventually contain all the music playback code. 2020-01-05 11:46:20 +01:00
musicformats - created a new zmusic library which will eventually contain all the music playback code. 2020-01-05 11:46:20 +01:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
s_advsound.cpp - more dependency removal, this time from the MIDI devices. 2020-01-05 02:43:50 +01:00
s_environment.cpp - move sound files to sound folder. 2020-01-04 21:32:04 +01:00
s_music.cpp - created a new zmusic library which will eventually contain all the music playback code. 2020-01-05 11:46:20 +01:00
s_music.h - more dependency removal, this time from the MIDI devices. 2020-01-05 02:43:50 +01: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