Skip to content

Commit

Permalink
MIDI ideas
Browse files Browse the repository at this point in the history
svn-id: r18482
  • Loading branch information
fingolfin committed Jul 2, 2005
1 parent 7970562 commit 5402ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============
Expand Down

0 comments on commit 5402ba4

Please sign in to comment.