Christoph Oelckers
|
16ab52c5f3
|
- 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 |
|
Christoph Oelckers
|
2cf8cc47df
|
- moved the instrument set maintenance out of the Timidity++ library into the player class.
This removes the dependency on the sound font manager from the low level library, reducing the direct dependencies to FileReader and SoundFontReader.
|
2019-09-23 11:27:57 +02:00 |
|
Christoph Oelckers
|
66db894866
|
- split off all music code from s_sound.cpp
|
2019-08-23 17:15:19 +02:00 |
|
Christoph Oelckers
|
1595bf30c6
|
Revert "- removed a few redundant includes"
This reverts commit 7cd5bd9773 .
This commit was only meant for testing, not for publishing
|
2019-08-23 08:31:49 +02:00 |
|
Christoph Oelckers
|
7cd5bd9773
|
- removed a few redundant includes
|
2019-08-22 21:15:06 +02:00 |
|
Christoph Oelckers
|
7346288bf5
|
- moved some more files.
|
2019-07-14 21:09:49 +02:00 |
|
Christoph Oelckers
|
f50e402e92
|
- sorted sound backend code into subdirectories.
|
2019-07-14 16:07:18 +02:00 |
|