gzdoom/src/sound
Christoph Oelckers 123ed9d01d - moved the stream handling out of the MIDI device into the MIDIStreamer class.
This isn't the final location but this means that the device is merely a data provider, with the sole exception of the Win32 MIDI device whose unwieldy usage requirements unfortunately dictate much of the needed interface here.
2019-09-28 10:00:22 +02:00
..
backend - moved a few CCMDs from i_sound.cpp to s_sound.cpp. 2019-08-23 21:57:56 +02:00
mididevices - moved the stream handling out of the MIDI device into the MIDIStreamer class. 2019-09-28 10:00:22 +02:00
midisources - changed MIDI sources so that they do not have to include i_musicinterns.h anymore. 2019-09-25 21:47:33 +02:00
music - moved the stream handling out of the MIDI device into the MIDIStreamer class. 2019-09-28 10:00:22 +02:00
musicformats - moved the stream handling out of the MIDI device into the MIDIStreamer class. 2019-09-28 10:00:22 +02:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
s_advsound.cpp Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00
s_environment.cpp - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_music.cpp - split off all music code from s_sound.cpp 2019-08-23 17:15:19 +02:00
s_music.h - split off all music code from s_sound.cpp 2019-08-23 17:15:19 +02:00
s_sndseq.cpp Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00
s_sndseq.h - move sound files to sound folder. 2019-07-14 17:48:55 +02:00
s_sound.cpp - fixed crash when setting sound pitch on non-existing channel 2019-09-23 15:42:03 +03:00
s_sound.h Made several classes trivially copyable, 2019-09-09 09:52:33 +02:00