diff options
author | Max Horn | 2004-12-21 00:59:40 +0000 |
---|---|---|
committer | Max Horn | 2004-12-21 00:59:40 +0000 |
commit | 8d2c8c9ddf46de01517e7fb57c48de3eb1391ed4 (patch) | |
tree | 537b6dea5d3c1f90d17ff35da309d0c8efa8c83f | |
parent | 22aac69fe5c3ef2f719c5348ef85510513191eea (diff) | |
download | scummvm-rg350-8d2c8c9ddf46de01517e7fb57c48de3eb1391ed4.tar.gz scummvm-rg350-8d2c8c9ddf46de01517e7fb57c48de3eb1391ed4.tar.bz2 scummvm-rg350-8d2c8c9ddf46de01517e7fb57c48de3eb1391ed4.zip |
After 0.7.0 we gotta cleanup backends/midi
svn-id: r16223
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -160,6 +160,11 @@ Audio * Add "sound types" to the mixer; client code will be able to pass such a type whenever registering an audio stream. Then, volume control will be changed to be based on the sound type. +* Move the 'softsynth' MIDI drivers (adlib, MT32, ym2612) from backends/midi + to sound/ (or a new dir like sound/mididrivers or sound/softsynth). + This would solve bug #1083058; it'd also be more logical, since the portable + softsynths don't really belong into the backends/ dir, which is meant for + platform specific code. Config Manager ============== @@ -207,6 +212,8 @@ GUI The about dialog would be reachable from here, too, as well as a quit button. Justification: This ensures that all settings are really reachable from all of the engines, which is not the case currently. + Problem: It's not fully clear to me how to "best" deal with global vs. local + settings here... Launcher ======== |