aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2012-11-22Merge pull request #283 from lordhoto/scumm-opl3Johannes Schickel
2012-11-22AUDIO: Remove two extra commas.Johannes Schickel
2012-11-22AUDIO: Disallow custom percussion instruments in MIDI->AdLib code.Johannes Schickel
2012-11-22AUDIO: Only enable OPL3 code in MIDI->AdLib, when we have the DOSBox emulator...Johannes Schickel
2012-11-20AUDIO: Slight cleanup and typo fix in S&M OPL3 code.Johannes Schickel
2012-11-18AUDIO: Cleanup MidiParser_QT a bitMatthew Hoops
2012-11-18AUDIO: Ignore QT MIDI control change 0Matthew Hoops
2012-11-15MT32: Make all constant tables in the MT32Emu namespace staticFilippos Karapetis
2012-11-15MT32: Update the MT32 emulator to the latest munt revisionFilippos Karapetis
2012-11-11AUDIO: remove unused variables in FM-TOWNS imuse driverathrxx
2012-10-03AUDIO: Don't allow skipping negative times in skipSamples()Matthew Hoops
2012-10-01AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver.Johannes Schickel
2012-10-01AUDIO: Add easy way to write to OPL3's secondary register set.Johannes Schickel
2012-09-30AUDIO: Switch MidiDriver_ADLIB to new OPL API.Johannes Schickel
2012-09-30AUDIO: Properly handle AdLibPercussionChannel::noteOff.Johannes Schickel
2012-09-30AUDIO: Comment out unused member in AdLibPart.Johannes Schickel
2012-09-30AUDIO: Give AdLibSetParam's members more descriptive names.Johannes Schickel
2012-09-30AUDIO: Enforce method naming guidelines in adlib.cpp.Johannes Schickel
2012-09-30AUDIO: Enforce variable naming guidelines in adlib.cpp.Johannes Schickel
2012-09-30AUDIO: Fix formatting in adlib.cpp.Johannes Schickel
2012-09-30AUDIO: Rename global variables in SCUMM AdLib code.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-12AUDIO: Implement simple dynamic QuickTime MIDI channel remappingMatthew Hoops
2012-09-10AUDIO: Implement QuickTime MIDI channel remappingMatthew Hoops
2012-09-09AUDIO: Fix QuickTime MIDI with extra info in the headerMatthew Hoops
2012-09-09COMMON: Make QuickTimeParser::readSampleDesc take the desc sizeMatthew Hoops
2012-09-08AUDIO: Fix QuickTime MIDI pitch bendMatthew Hoops
2012-09-07Merge remote branch 'upstream/master' into qtmidiMatthew Hoops
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2012-09-07AUDIO: Remove unused members of MidiParser_XMIDI.Alyssa Milburn
2012-09-07AUDIO: Add some documentation to MidiParser_QTMatthew Hoops
2012-09-07AUDIO: Make MidiParser_QT::loadMusic() detect the file typeMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI tempoMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI end of trackMatthew Hoops
2012-09-07AUDIO: Begin basic playback of QuickTime MIDI filesMatthew Hoops
2012-09-07AUDIO: Keep track of the QuickTime MIDI time scaleMatthew Hoops
2012-09-06AUDIO: Fill in _tracks from MidiParser_QTMatthew Hoops
2012-09-06AUDIO: Read in all QuickTime MIDI track dataMatthew Hoops
2012-09-06AUDIO: Allow for parsing QuickTime 'Tune' filesMatthew Hoops
2012-09-05AUDIO: Clean up note request list readingMatthew Hoops
2012-09-05AUDIO: Add parsing of the QuickTime MIDI sample descriptionMatthew Hoops
2012-09-05AUDIO: Silence MSVC warning about un-initialized newIncrement variableLittleboy
2012-08-31ALL: Mark off some things as used by PegasusMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-12AUDIO: Move LimitingAudioStream to audio/Matthew Hoops
2012-08-09AUDIO: Fix "if" formatting in QDM2 code.Johannes Schickel
2012-08-04AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained.D G Turner
2012-08-04AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-08-04AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers.D G Turner