aboutsummaryrefslogtreecommitdiff
path: root/audio/midiparser.cpp
AgeCommit message (Collapse)Author
2013-09-21AUDIO: Let jumpToTick use processEvent tooWillem Jan Palenstijn
2013-09-21AUDIO: Split event processing from MidiParser::onTimerWillem Jan Palenstijn
This is to prepare for overriding more of this functionality in SCI.
2013-05-02AUDIO: Fix unitialized variable. CID 1003162Eugene Sandulenko
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-25AUDIO: Whitespace fixMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850