From 5402ba49dd4f12ddd7081388e4bc8a578b0c3948 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 2 Jul 2005 12:53:57 +0000 Subject: MIDI ideas svn-id: r18482 --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 0566ad65c0..a04a57f2ef 100644 --- a/TODO +++ b/TODO @@ -148,6 +148,12 @@ Audio * 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 ============== -- cgit v1.2.3