[Scummvm-cvs-logs] CVS: scummvm TODO,1.300,1.301

Max Horn fingolfin at users.sourceforge.net
Sat Jul 2 05:56:00 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24159

Modified Files:
	TODO 
Log Message:
MIDI ideas

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- TODO	23 Jun 2005 13:11:44 -0000	1.300
+++ TODO	2 Jul 2005 12:53:57 -0000	1.301
@@ -148,6 +148,12 @@
 * Consider changing the mixer volume to use range 0-255, for sake of
   consistency (but at a slight loss of efficiency). Note that this requires
   changes in at least rate.cpp and mixer.cpp.
+* MIDI: Add API to OSystem which allows client code to query for "native"
+  MIDI drivers (like Windows, ALSA, Zodiac, CoreAudio). Then change the
+  MIDI interfacing code (GUI, command line, config file, etc.) and also
+  MidiDriver::createMidi() to use both that list and the list of
+  'emulated' MIDI devices (Adlib, MT-32, PC Speaker, etc.) in an appropriate
+  way.
 
 Config Manager
 ==============





More information about the Scummvm-git-logs mailing list