index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
midiparser_qt.cpp
Age
Commit message (
Collapse
)
Author
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-03
AUDIO: Finish comment
Matthew Hoops
2012-11-18
AUDIO: Cleanup MidiParser_QT a bit
Matthew Hoops
2012-11-18
AUDIO: Ignore QT MIDI control change 0
Matthew Hoops
QuickTime docs don't list it, and we shouldn't treat it as a bank select
2012-09-12
AUDIO: Implement simple dynamic QuickTime MIDI channel remapping
Matthew Hoops
Needed for IHNM Mac sounds
2012-09-10
AUDIO: Implement QuickTime MIDI channel remapping
Matthew Hoops
Needed to support channels with a drum kit
2012-09-09
AUDIO: Fix QuickTime MIDI with extra info in the header
Matthew Hoops
The 11th Hour Mac MIDI's now play
2012-09-09
COMMON: Make QuickTimeParser::readSampleDesc take the desc size
Matthew Hoops
2012-09-08
AUDIO: Fix QuickTime MIDI pitch bend
Matthew Hoops
2012-09-07
Merge remote branch 'upstream/master' into qtmidi
Matthew Hoops
2012-09-07
AUDIO: Make MidiParser_QT::loadMusic() detect the file type
Matthew Hoops
2012-09-07
AUDIO: Fix QuickTime MIDI tempo
Matthew Hoops
2012-09-07
AUDIO: Fix QuickTime MIDI end of track
Matthew Hoops
The end marker is used for editing only
2012-09-07
AUDIO: Begin basic playback of QuickTime MIDI files
Matthew Hoops
Sounds almost correct, but too fast
2012-09-07
AUDIO: Keep track of the QuickTime MIDI time scale
Matthew Hoops
2012-09-06
AUDIO: Fill in _tracks from MidiParser_QT
Matthew Hoops
2012-09-06
AUDIO: Read in all QuickTime MIDI track data
Matthew Hoops
2012-09-06
AUDIO: Allow for parsing QuickTime 'Tune' files
Matthew Hoops
2012-09-05
AUDIO: Clean up note request list reading
Matthew Hoops
2012-09-05
AUDIO: Add parsing of the QuickTime MIDI sample description
Matthew Hoops