vkdoom_m/src/sound
Christoph Oelckers d557f609cf - cleanup of the TimidityMIDIDevice(GUS) backend code to eliminate the storage in global variables and to remove the dependencies on core ZDoom code.
The organization here is now the same as for the Timidity++ device, i.e. it is the device owning the instruments to give better control over their lifecycle.
2019-09-24 23:08:56 +02:00
..
backend - moved a few CCMDs from i_sound.cpp to s_sound.cpp. 2019-08-23 21:57:56 +02:00
mididevices - cleanup of the TimidityMIDIDevice(GUS) backend code to eliminate the storage in global variables and to remove the dependencies on core ZDoom code. 2019-09-24 23:08:56 +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 - cleanup of the TimidityMIDIDevice(GUS) backend code to eliminate the storage in global variables and to remove the dependencies on core ZDoom code. 2019-09-24 23:08:56 +02:00
musicformats GME update with bug-fixes 2019-08-25 15:38:39 +03:00
oplsynth - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
thirdparty - removed redundant sound includes. 2017-04-18 20:55:40 +02:00
timidity - cleanup of the TimidityMIDIDevice(GUS) backend code to eliminate the storage in global variables and to remove the dependencies on core ZDoom code. 2019-09-24 23:08:56 +02:00
wildmidi - removed the internal WildMidi player object cleanup code. 2019-08-18 16:12:52 +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