Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-25 | MT32: Update the MT32 emulator to a newer munt commit | Filippos Karapetis | |
Previous munt commit was f969d20 (Nov 15, 2012) Current munt commit is 84b2819 (Dec 22, 2012) We are still missing the changes from commit 788f7b1 onwards (Dec 22, 2012). There are bigger ROM access-related changes from that point, which we'll have to integrate as well. | |||
2012-12-13 | Merge pull request #293 from clone2727/qtmidi | clone2727 | |
Add support for QuickTime Music playback | |||
2012-12-13 | AUDIO: Add some general documentation on MidiParser_QT | Matthew Hoops | |
2012-12-10 | AUDIO: Fix MS ADPCM to work with Mono streams using odd sized buffers. | D G Turner | |
2012-12-03 | AUDIO: Finish comment | Matthew Hoops | |
2012-12-01 | AUDIO: Fix AdLib volume when ENABLE_OPL3 is not defined | Torbjörn Andersson | |
This should ensure that when ENABLE_OPL3 is not defined, the old code (using a lookup table) is used for calculating vol1 and vol2 (unless, of course, _scummSmallHeader is true). I hope I got it right this time. | |||
2012-12-01 | AUDIO: Fix AdLib volume regression in pre-iMUSE SCUMM games | Torbjörn Andersson | |
This assumes that _scummSmallHeader = 1 means we don't care about what _opl3Mode is when calculating the volume in mcKeyOn(). I hope this is correct. | |||
2012-11-24 | AUDIO: Fix AIFF comment about supporting IMA ADPCM | Matthew Hoops | |
2012-11-23 | AUDIO: Fix spurious compiler warnings about use-before-set variable. | D G Turner | |
2012-11-22 | Merge pull request #283 from lordhoto/scumm-opl3 | Johannes Schickel | |
SCUMM: Support OPL3 in Sam&Max | |||
2012-11-22 | AUDIO: Remove two extra commas. | Johannes Schickel | |
2012-11-22 | AUDIO: Disallow custom percussion instruments in MIDI->AdLib code. | Johannes Schickel | |
2012-11-22 | AUDIO: Only enable OPL3 code in MIDI->AdLib, when we have the DOSBox ↵ | Johannes Schickel | |
emulator builtin. | |||
2012-11-20 | AUDIO: Slight cleanup and typo fix in S&M OPL3 code. | Johannes Schickel | |
2012-11-18 | AUDIO: Cleanup MidiParser_QT a bit | Matthew Hoops | |
2012-11-18 | AUDIO: Ignore QT MIDI control change 0 | Matthew Hoops | |
QuickTime docs don't list it, and we shouldn't treat it as a bank select | |||
2012-11-15 | MT32: Make all constant tables in the MT32Emu namespace static | Filippos Karapetis | |
Added in munt commit d4f8ebf54be0a8255af08bb24f1962afa8378096 | |||
2012-11-15 | MT32: Update the MT32 emulator to the latest munt revision | Filippos Karapetis | |
Previous munt revision was 189f607c88e7404ad99abcf4b90f23b103003ed1 (Feb 09, 2012). Current munt revision is f969d2081d41b669c1bfebd0026b5419c09517ae (Nov 15, 2012) | |||
2012-11-11 | AUDIO: remove unused variables in FM-TOWNS imuse driver | athrxx | |
2012-10-03 | AUDIO: Don't allow skipping negative times in skipSamples() | Matthew Hoops | |
2012-10-01 | AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver. | Johannes Schickel | |
This is an initial implementation and does not implement the differences in voice allocation. | |||
2012-10-01 | AUDIO: Add easy way to write to OPL3's secondary register set. | Johannes Schickel | |
2012-09-30 | AUDIO: Switch MidiDriver_ADLIB to new OPL API. | Johannes Schickel | |
2012-09-30 | AUDIO: Properly handle AdLibPercussionChannel::noteOff. | Johannes Schickel | |
2012-09-30 | AUDIO: Comment out unused member in AdLibPart. | Johannes Schickel | |
2012-09-30 | AUDIO: Give AdLibSetParam's members more descriptive names. | Johannes Schickel | |
2012-09-30 | AUDIO: Enforce method naming guidelines in adlib.cpp. | Johannes Schickel | |
2012-09-30 | AUDIO: Enforce variable naming guidelines in adlib.cpp. | Johannes Schickel | |
2012-09-30 | AUDIO: Fix formatting in adlib.cpp. | Johannes Schickel | |
Powered by astyle.cpp. | |||
2012-09-30 | AUDIO: Rename global variables in SCUMM AdLib code. | Johannes Schickel | |
This does give them slightly nicer names and also adds a "g_" prefix to them. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-12 | AUDIO: Implement simple dynamic QuickTime MIDI channel remapping | Matthew Hoops | |
Needed for IHNM Mac sounds | |||
2012-09-10 | AUDIO: Implement QuickTime MIDI channel remapping | Matthew Hoops | |
Needed to support channels with a drum kit | |||
2012-09-09 | AUDIO: Fix QuickTime MIDI with extra info in the header | Matthew Hoops | |
The 11th Hour Mac MIDI's now play | |||
2012-09-09 | COMMON: Make QuickTimeParser::readSampleDesc take the desc size | Matthew Hoops | |
2012-09-08 | AUDIO: Fix QuickTime MIDI pitch bend | Matthew Hoops | |
2012-09-07 | Merge remote branch 'upstream/master' into qtmidi | Matthew Hoops | |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn | |
2012-09-07 | AUDIO: Remove unused members of MidiParser_XMIDI. | Alyssa Milburn | |
2012-09-07 | AUDIO: Add some documentation to MidiParser_QT | Matthew Hoops | |
2012-09-07 | AUDIO: Make MidiParser_QT::loadMusic() detect the file type | Matthew Hoops | |
2012-09-07 | AUDIO: Fix QuickTime MIDI tempo | Matthew Hoops | |
2012-09-07 | AUDIO: Fix QuickTime MIDI end of track | Matthew Hoops | |
The end marker is used for editing only | |||
2012-09-07 | AUDIO: Begin basic playback of QuickTime MIDI files | Matthew Hoops | |
Sounds almost correct, but too fast | |||
2012-09-07 | AUDIO: Keep track of the QuickTime MIDI time scale | Matthew Hoops | |
2012-09-06 | AUDIO: Fill in _tracks from MidiParser_QT | Matthew Hoops | |
2012-09-06 | AUDIO: Read in all QuickTime MIDI track data | Matthew Hoops | |
2012-09-06 | AUDIO: Allow for parsing QuickTime 'Tune' files | Matthew Hoops | |
2012-09-05 | AUDIO: Clean up note request list reading | Matthew Hoops | |