aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/drivers
AgeCommit message (Expand)Author
2010-09-24SCI: Implement voice mapping for CMS driver.Johannes Schickel
2010-09-19SCI: Added documentation for the different music patches in SCI gamesFilippos Karapetis
2010-09-17SCI: Fix compilation on AmigaOS.Johannes Schickel
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
2010-09-17SCI: Proper initialization in MidiPlayer's constructor.Johannes Schickel
2010-09-14SCI: Some constification.Johannes Schickel
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-09SCI: Add getLastChannel() function to MidiPlayer classWalter van Niftrik
2010-09-06SCI: AdLib: process patch change commands when playswitch is off.Walter van Niftrik
2010-09-03SCI: Added a warning when using GM with SCI1 gamesFilippos Karapetis
2010-09-03SCI: Rewrote the game name IDs of the Mt32MemoryTimbreMaps array to be like t...Filippos Karapetis
2010-08-19SCI: Added checking for the existence of a GM track, to determine if device I...Filippos Karapetis
2010-08-18SCI MIDI: adding some asserts as well as proper initialization for _velocityMapFilippos Karapetis
2010-07-18SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.Matthew Hoops
2010-07-18SCI: Oops, silence gcc warning.Matthew Hoops
2010-07-18SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound.Matthew Hoops
2010-07-17Remove extra ";" in class declarations.Johannes Schickel
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-19SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...Martin Kiewitz
2010-06-19SCI: AdLib: add dummy instruments when there are only 48 in the patchWalter van Niftrik
2010-06-18Fixed show_instruments to ignore instruments in Sierra's special MIDI channel...Filippos Karapetis
2010-06-18Added hints inside validate_arithmetic(), together with some code useful for ...Filippos Karapetis
2010-06-18Added an explanation about the invalid instruments used when using the Adlib ...Filippos Karapetis
2010-06-18SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi...Martin Kiewitz
2010-06-18SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.Walter van Niftrik
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-02SCI: Fix bug in keyshift handling in midi driver.Walter van Niftrik
2010-01-29SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode.Walter van Niftrik
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25Change some comments to use "AdLib" instead of "adlib".Johannes Schickel
2010-01-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
2010-01-21SCI: CleanupWalter van Niftrik
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik