scummvm/sound
Johannes Schickel 2ebe04ac3e - Extended MidiDriver::sysEx to allow 264 byte sysEx messages
- Updated all drivers to allow 264+2 byte sysEx messages
- Implemented sysEx processing for MT-32 for Kyra1 and HoF. MT-32 should now be working properly.

svn-id: r35180
2008-11-30 04:42:30 +00:00
..
mods Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
softsynth Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
adpcm.cpp Fixed a warning on the DS build, added some clarifying comments, reformatted the okiStepSize and imaStepTable tables (the former really is a subtable of the latter) 2008-11-17 11:10:34 +00:00
adpcm.h Added support for the ADPCM used in Discworld 2 2008-11-15 19:40:01 +00:00
aiff.cpp
aiff.h
audiocd.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
audiocd.h
audiostream.cpp Factoring shared code of template classes into a shared base class saves another 4-7kb code size 2008-11-17 11:09:23 +00:00
audiostream.h
flac.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
flac.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
fmopl.cpp Saving 32kb DATA size 2008-11-17 11:07:04 +00:00
fmopl.h
iff.cpp
iff.h
mididrv.cpp Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile 2008-08-27 18:52:21 +00:00
mididrv.h - Extended MidiDriver::sysEx to allow 264 byte sysEx messages 2008-11-30 04:42:30 +00:00
midiparser_smf.cpp cleanup / code formatting 2008-07-09 10:42:47 +00:00
midiparser_xmidi.cpp Committed my patch #2040074 ("XMIDI callback control events"). At the moment, I'm 2008-08-10 17:59:42 +00:00
midiparser.cpp Initial version of proper MIDI support for KYRA. 2008-11-30 01:53:32 +00:00
midiparser.h Initial version of proper MIDI support for KYRA. 2008-11-30 01:53:32 +00:00
mixer_intern.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
mixer.cpp Made getSoundElapseTime() work better when the sound has been paused. A new 2008-11-09 13:28:59 +00:00
mixer.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
module.mk Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
mp3.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
mp3.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
mpu401.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
mpu401.h
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
musicplugin.h Turned enum PluginError into Common::Error, which in the future is to be used in more places. Help with this is highly welcome 2008-11-05 17:24:56 +00:00
null.cpp Turned enum PluginError into Common::Error, which in the future is to be used in more places. Help with this is highly welcome 2008-11-05 17:24:56 +00:00
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
voc.cpp
voc.h
vorbis.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
vorbis.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
wave.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
wave.h