gzdoom/libraries/timidityplus
Christoph Oelckers d2c156224b - cleanup of the sound init/exit code.
Now there is only one single entry point for both, instead of previously 2 entry and 4 exit points.
This also eliminates the explicit shutdown of ZMusic. Timidity++'s two buffers have been put in containers that self-destruct on shutdown and calling dumb_exit is not necessary because the only feature requiring it is not used by any code in the music library.
2019-10-01 20:04:46 +02:00
..
timiditypp - first state of music configuration refactor. 2019-09-29 20:01:57 +02:00
CMakeLists.txt - took make_release_only off those subprojects which contain code that still need debugging on occasion. 2019-09-27 19:43:32 +02:00
common.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
configfile.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
effect.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
fft4g.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
filter.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
freq.cpp Add string.h includes where needed. Fixes Linux builds. 2019-09-23 17:37:05 +02:00
instrum.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
mblock.cpp - cleanup of the sound init/exit code. 2019-10-01 20:04:46 +02:00
mix.cpp - fixed a few Timidity warnings 2019-09-25 17:26:19 +02:00
playmidi.cpp - first state of music configuration refactor. 2019-09-29 20:01:57 +02:00
quantity.cpp - gave the Timidity error functions better names and hooked up the WildMidi version. 2019-09-26 17:22:54 +02:00
readmidic.cpp - gave the Timidity error functions better names and hooked up the WildMidi version. 2019-09-26 17:22:54 +02:00
recache.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
resample.cpp - cleanup of the sound init/exit code. 2019-10-01 20:04:46 +02:00
reverb.cpp - gave the Timidity error functions better names and hooked up the WildMidi version. 2019-09-26 17:22:54 +02:00
sbkconv.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
sffile.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
sfitem.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00
smplfile.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
sndfont.cpp - consolidated the different file access interfaces in the backends into one shared version. 2019-09-28 23:17:16 +02:00
tables.cpp - made the Timidity++ backend a library, now that it has no dependencies on GZDoom anymore. 2019-09-23 14:27:43 +02:00