aboutsummaryrefslogtreecommitdiff
path: root/audio/midiparser_xmidi.cpp
AgeCommit message (Collapse)Author
2015-10-01AUDIO: Fix comment typoTorbjörn Andersson
2015-06-30AUDIO: XMIDI: implement support for TIMB chunkMartin 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-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-04XMIDI: Forget old loop points when changing trackTorbjörn Andersson
This fixes warnings that would appear after a little while in Kyrandia 2, which would happen because every time the music changed it would add a new loop point. This was probably harmless because once the list was full it would keep re-using the last element, and I imagine all songs were set to loop forever. But this should be more correct, as I understand it.
2013-05-02AUDIO: Fix unitialized variable. CID 1003161Eugene Sandulenko
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2012-09-07AUDIO: Remove unused members of MidiParser_XMIDI.Alyssa Milburn
2011-06-10AUDIO: Small cleanup in MidiParser_XMIDI::loadMusicMax Horn
2011-05-25ALL: recognise -> recognizeMatthew Hoops
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-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850