.. |
backend
|
- moved a few CCMDs from i_sound.cpp to s_sound.cpp.
|
2019-08-23 21:57:56 +02:00 |
mididevices
|
- moved the instrument set maintenance out of the Timidity++ library into the player class.
|
2019-09-23 11:27:57 +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
|
- thinned out the FSoundFontReader interface a bit more by moving the file open code into the FSoundFontReader class itself.
|
2019-09-23 12:45:26 +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
|
Revert "- removed a few redundant includes"
|
2019-08-23 08:31:49 +02:00 |
timiditypp
|
- thinned out the FSoundFontReader interface a bit more by moving the file open code into the FSoundFontReader class itself.
|
2019-09-23 12:45:26 +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
|
- moved a few CCMDs from i_sound.cpp to s_sound.cpp.
|
2019-08-23 21:57:56 +02:00 |
s_sound.h
|
Made several classes trivially copyable,
|
2019-09-09 09:52:33 +02:00 |