AUDIO: Fill in _tracks from MidiParser_QT
This commit is contained in:
parent
cc309f4d16
commit
c22f76dbbc
1 changed files with 4 additions and 1 deletions
|
@ -193,7 +193,10 @@ void MidiParser_QT::initCommon() {
|
|||
// Now we have all our info needed in _trackInfo from whatever container
|
||||
// form, we can fill in the MidiParser tracks.
|
||||
|
||||
// TODO
|
||||
_num_tracks = _trackInfo.size();
|
||||
|
||||
for (uint32 i = 0; i < _trackInfo.size(); i++)
|
||||
MidiParser::_tracks[i] = _trackInfo[i].data;
|
||||
}
|
||||
|
||||
byte *MidiParser_QT::readWholeTrack(Common::QuickTimeParser::Track *track) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue