.. |
backend
|
- moved a few CCMDs from i_sound.cpp to s_sound.cpp.
|
2019-08-23 21:57:56 +02:00 |
mididevices
|
- handled the final piece where Timidity++ had a direct dependency on GZDoom - the error logging function.
|
2019-09-23 14:14:32 +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
|
- implemented an abstract sound font reader interface for Timidity++.
|
2019-09-23 13:53:28 +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
|
- implemented an abstract sound font reader interface for Timidity++.
|
2019-09-23 13:53:28 +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 |