scummvm/sound
Max Horn 60fcd5a171 * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).
* Changed MidiDriver::createMidi so that if MD_ADLIB is passed, it
  now *does* instantiate the adlib driver.
* Rewrote MidiDriver::detectMusicDriver (code should be clearer now,
  and hopefully easier to adapt/maintain). Note that the behavior
  changed slightly (this may require some tweaking).
* Added MidiDriver::findMusicDriver which works similar to the old
  MidiDriver::parseMusicDriver but returns the full MidiDriverDescription
  and ignores all characters in the passed driver name following a colon ":".
* Changed MidiDriver::parseMusicDriver to use MidiDriver::findMusicDriver.
* Changed game engines to match the changes made to MidiDriver.
* Modified SCUMM engine to not record the selected midi/music driver
  (in _midiDriver), but rather the music *type* (in _musicType).

svn-id: r19859
2005-12-30 14:18:21 +00:00
..
softsynth Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile incompatibilities with older system versions 2005-11-02 20:50:37 +00:00
.cvsignore
adpcm.cpp Simplify ADPCM IMA decoding (based on IMA docs). The result will only be 99.9% identical, but the code should be faster on most modern machines 2005-12-11 13:18:27 +00:00
adpcm.h Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another 2005-10-21 02:00:12 +00:00
audiocd.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
audiocd.h Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of open file handles. 2005-12-27 19:17:53 +00:00
audiostream.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
audiostream.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
flac.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
flac.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
fmopl.cpp Not needed anymore :) 2005-12-03 19:04:33 +00:00
fmopl.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
mididrv.cpp * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI). 2005-12-30 14:18:21 +00:00
mididrv.h * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI). 2005-12-30 14:18:21 +00:00
midiparser_smf.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
midiparser_xmidi.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
midiparser.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
midiparser.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
mixer.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
mixer.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
module.mk Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory. 2005-05-03 20:36:07 +00:00
mp3.cpp Fixed (wrongly) changed address in the header. 2005-12-03 13:31:09 +00:00
mp3.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
mpu401.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
mpu401.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
rate.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
rate.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
voc.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
voc.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
vorbis.cpp 1. New build structure for Symbian builds to allow easier build and project updates 2005-12-03 21:29:13 +00:00
vorbis.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
wave.cpp Revert as requested. 2005-11-13 09:21:15 +00:00
wave.h Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another 2005-10-21 02:00:12 +00:00