D G Turner
28287d70b6
AUDIO: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-17 08:20:01 +00:00
Bastien Bouclet
3eb82462e7
ALL: Specify the DisposeAfterUse constructor argument for dynamic memory write streams
2017-09-22 07:06:21 +02:00
Bastien Bouclet
8547c89b86
VIDEO: Change QT edit list to a Common::Array
...
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 .
2017-09-21 13:06:18 +02:00
Johannes Schickel
452cec49d9
AUDIO: Make GPL headers consistent in themselves.
2014-02-18 02:39:32 +01:00
Matthew Hoops
a396e18097
AUDIO: Finish comment
2012-12-03 09:07:33 -05:00
Matthew Hoops
b285db4db3
AUDIO: Cleanup MidiParser_QT a bit
2012-11-18 14:43:35 -05:00
Matthew Hoops
ca6fdb0807
AUDIO: Ignore QT MIDI control change 0
...
QuickTime docs don't list it, and we shouldn't treat it as a bank select
2012-11-18 14:20:24 -05:00
Matthew Hoops
bb45b24f88
AUDIO: Implement simple dynamic QuickTime MIDI channel remapping
...
Needed for IHNM Mac sounds
2012-09-12 14:36:17 -04:00
Matthew Hoops
c023651cb3
AUDIO: Implement QuickTime MIDI channel remapping
...
Needed to support channels with a drum kit
2012-09-10 08:23:11 -04:00
Matthew Hoops
cfe6a2b640
AUDIO: Fix QuickTime MIDI with extra info in the header
...
The 11th Hour Mac MIDI's now play
2012-09-09 14:59:05 -04:00
Matthew Hoops
4a458236f6
COMMON: Make QuickTimeParser::readSampleDesc take the desc size
2012-09-09 13:47:40 -04:00
Matthew Hoops
2cb301337a
AUDIO: Fix QuickTime MIDI pitch bend
2012-09-08 11:05:47 -04:00
Matthew Hoops
8259d3cd9e
Merge remote branch 'upstream/master' into qtmidi
2012-09-07 19:03:01 -04:00
Matthew Hoops
c882ef9dab
AUDIO: Make MidiParser_QT::loadMusic() detect the file type
2012-09-07 14:47:30 -04:00
Matthew Hoops
342cc027c4
AUDIO: Fix QuickTime MIDI tempo
2012-09-07 14:41:54 -04:00
Matthew Hoops
f333e63397
AUDIO: Fix QuickTime MIDI end of track
...
The end marker is used for editing only
2012-09-07 14:33:39 -04:00
Matthew Hoops
c01dfba093
AUDIO: Begin basic playback of QuickTime MIDI files
...
Sounds almost correct, but too fast
2012-09-07 11:48:22 -04:00
Matthew Hoops
7e2f7099c8
AUDIO: Keep track of the QuickTime MIDI time scale
2012-09-07 09:49:33 -04:00
Matthew Hoops
c22f76dbbc
AUDIO: Fill in _tracks from MidiParser_QT
2012-09-06 16:27:06 -04:00
Matthew Hoops
cc309f4d16
AUDIO: Read in all QuickTime MIDI track data
2012-09-06 14:23:15 -04:00
Matthew Hoops
834ca0e045
AUDIO: Allow for parsing QuickTime 'Tune' files
2012-09-06 09:38:13 -04:00
Matthew Hoops
c5ab2fc95f
AUDIO: Clean up note request list reading
2012-09-05 23:20:12 -04:00
Matthew Hoops
ac4c8cd335
AUDIO: Add parsing of the QuickTime MIDI sample description
2012-09-05 23:04:29 -04:00