aboutsummaryrefslogtreecommitdiff
path: root/audio/midiparser_qt.cpp
AgeCommit message (Collapse)Author
2019-11-17AUDIO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2017-09-22ALL: Specify the DisposeAfterUse constructor argument for dynamic memory ↵Bastien Bouclet
write streams
2017-09-21VIDEO: Change QT edit list to a Common::ArrayBastien Bouclet
And fix an out of bounds acces when seeking to the end of a video. Skipping samples is needed even when seeking through silent edits because a silent stream is queued for those. Fixes #10219.
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-12-03AUDIO: Finish commentMatthew Hoops
2012-11-18AUDIO: Cleanup MidiParser_QT a bitMatthew Hoops
2012-11-18AUDIO: Ignore QT MIDI control change 0Matthew Hoops
QuickTime docs don't list it, and we shouldn't treat it as a bank select
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-08AUDIO: Fix QuickTime MIDI pitch bendMatthew Hoops
2012-09-07Merge remote branch 'upstream/master' into qtmidiMatthew Hoops
2012-09-07AUDIO: Make MidiParser_QT::loadMusic() detect the file typeMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI tempoMatthew 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: Fill in _tracks from MidiParser_QTMatthew Hoops
2012-09-06AUDIO: Read in all QuickTime MIDI track dataMatthew Hoops
2012-09-06AUDIO: Allow for parsing QuickTime 'Tune' filesMatthew Hoops
2012-09-05AUDIO: Clean up note request list readingMatthew Hoops
2012-09-05AUDIO: Add parsing of the QuickTime MIDI sample descriptionMatthew Hoops