diff options
author | Max Horn | 2006-03-03 15:55:09 +0000 |
---|---|---|
committer | Max Horn | 2006-03-03 15:55:09 +0000 |
commit | 245ed83c2aaa1e4b9a7f0772e63729290c76a96b (patch) | |
tree | a0a5275677720ac6a655dac1c67bd036a73e48a6 /TODO | |
parent | 140f6fce26ae3b710c5d37bcc4d08b6690a5d669 (diff) | |
download | scummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.tar.gz scummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.tar.bz2 scummvm-rg350-245ed83c2aaa1e4b9a7f0772e63729290c76a96b.zip |
Yet another TODO
svn-id: r21044
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -154,6 +154,12 @@ Audio MidiDriver::createMidi() to use both that list and the list of 'emulated' MIDI devices (Adlib, MT-32, PC Speaker, etc.) in an appropriate way. +* The Audio CD Manager, and especially the DigitalTrackInfo class could + stand an overhaul. The system currently is not as easy to extend as one would + wish. In particular, it would be nice if arbitrary AudioStream classes could + be used here (this then would reduce code duplication and make it instantly + possible to use WAV/VOC encoded audio tracks, should we desire to support + those). Config Manager ============== |