qzdoom/libraries/zmusic/zmusic
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
..
configuration.cpp - renamed a few functions in the public interface of ZMusic. 2019-09-30 02:40:22 +02:00
m_swap.h - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
midiconfig.h - hooked up a few more CVARs and other values the music backend needs to know about and moved the MusInfo base class into zmusic. 2019-09-30 01:34:16 +02:00
mididefs.h - first state of music configuration refactor. 2019-09-29 20:01:57 +02:00
mus2midi.h - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
musinfo.h - fixed compilation with XCode and silenced several warnings 2019-09-30 01:51:53 +02:00
sounddecoder.h - moved the sound decoding code to the zmusic project. 2019-09-29 12:48:12 +02:00
zmusic.cpp - cleanup of the sound init/exit code. 2019-10-01 20:04:46 +02:00
zmusic.h - cleanup of the sound init/exit code. 2019-10-01 20:04:46 +02:00