aboutsummaryrefslogtreecommitdiff
path: root/audio/midiparser_qt.h
AgeCommit message (Collapse)Author
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-13AUDIO: Add some general documentation on MidiParser_QTMatthew Hoops
2012-09-12AUDIO: Implement simple dynamic QuickTime MIDI channel remappingMatthew Hoops
Needed for IHNM Mac sounds
2012-09-10AUDIO: Implement QuickTime MIDI channel remappingMatthew Hoops
Needed to support channels with a drum kit
2012-09-09AUDIO: Fix QuickTime MIDI with extra info in the headerMatthew Hoops
The 11th Hour Mac MIDI's now play
2012-09-09COMMON: Make QuickTimeParser::readSampleDesc take the desc sizeMatthew Hoops
2012-09-07AUDIO: Add some documentation to MidiParser_QTMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI end of trackMatthew Hoops
The end marker is used for editing only
2012-09-07AUDIO: Begin basic playback of QuickTime MIDI filesMatthew Hoops
Sounds almost correct, but too fast
2012-09-07AUDIO: Keep track of the QuickTime MIDI time scaleMatthew Hoops
2012-09-06AUDIO: Read in all QuickTime MIDI track dataMatthew Hoops
2012-09-06AUDIO: Allow for parsing QuickTime 'Tune' filesMatthew Hoops