Christoph Oelckers
|
115d1cb182
|
- made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore.
|
2019-09-23 14:27:43 +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 |
|
alexey.lysiuk
|
22819e640a
|
Fixed GCC 4.9 compilation error
src/sound/timiditypp/instrum.cpp:45:26: error: array used as initializer
|
2018-02-26 14:00:29 +02:00 |
|
Christoph Oelckers
|
6618656e7c
|
Adjusted Timidity++ to soundfint manager
|
2018-02-23 08:54:01 +01:00 |
|
Christoph Oelckers
|
f9893a700a
|
- fixed some warnings.
|
2018-02-23 01:01:18 +01:00 |
|
Christoph Oelckers
|
e84ec2978a
|
- plugged the pending memory leaks.
|
2018-02-21 21:33:56 +01:00 |
|
Christoph Oelckers
|
5ce3b00b90
|
- commented out the noisy debug messages in Timidity++ so that they do not waste execution time and memory for nothing - there are almost 300 of them.
|
2018-02-20 19:45:37 +01:00 |
|
Christoph Oelckers
|
803369fb8d
|
- make CMake happy
|
2018-02-19 23:33:42 +01:00 |
|