gzdoom/libraries/zmusic
2019-09-28 21:04:41 +02:00
..
mididevices - uncoupled the stream sources from the low level implementation. The entire setup had the stream sources depend on the SoundStream class, severely limiting reusability. This was changed that there is one SoundStream class that uses the StreamSources as mere data source that has no knowledge and no connection to the underlying system, similar to how the MIDI system works. With this there are only 3 top level music classes left - MIDIStreamer, StreamSong and CDSong. 2019-09-28 21:04:41 +02:00
midisources - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
zmusic - uncoupled the stream sources from the low level implementation. The entire setup had the stream sources depend on the SoundStream class, severely limiting reusability. This was changed that there is one SoundStream class that uses the StreamSources as mere data source that has no knowledge and no connection to the underlying system, similar to how the MIDI system works. With this there are only 3 top level music classes left - MIDIStreamer, StreamSong and CDSong. 2019-09-28 21:04:41 +02:00
CMakeLists.txt - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
i_module.cpp - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00
i_module.h - created a new zmusic library which will eventually contain all the music playback code. 2019-09-28 18:32:25 +02:00