Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | AUDIO: XMIDI: implement support for TIMB chunk | Martin Kiewitz | |
implement support for TIMB chunk inside XMIDI-parser (forwarding of data to driver) implement actual support for TIMB chunk inside Miles Audio MT32 driver | |||
2014-02-18 | AUDIO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-27 | Revert "AUDIO: Simplify MidiTracker::processEvent return value" | Alyssa Milburn | |
MI2 deletes the parser object(!) so we can't access any member variables here. Thanks to athrxx for finding this. This reverts commit 86c2fe47e04449602e4c005fa0a9c183bc8bba39 and adds a comment explaining why. | |||
2013-09-21 | AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Simplify MidiTracker::processEvent return value | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Let jumpToTick use processEvent too | Willem Jan Palenstijn | |
2013-09-21 | AUDIO: Split event processing from MidiParser::onTimer | Willem Jan Palenstijn | |
This is to prepare for overriding more of this functionality in SCI. | |||
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-06 | AUDIO: Allow for parsing QuickTime 'Tune' files | Matthew Hoops | |
2011-10-28 | AUDIO: Adapt include guard names to the "new" directory name. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-23 | AUDIO: Introduce a new MidiDriver_BASE base class. | Max Horn | |
The actual MidiDriver derives from it. MidiDriver_BASE only provides the minimal API necessary for transmitting MIDI data. The idea is that this is all MidiParser needs, thus allowing us to simplify the various MidiPlayer classes in our engines. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |