- Fixed: XMISong::ProcessInitialMetaEvents() did not set the Division for tempo events. (Why

does XMI modify the division based on the tempo?)

SVN r3382 (trunk)
This commit is contained in:
Randy Heit 2012-02-22 02:05:12 +00:00
parent d6e898be38
commit d3ad8ca3d8
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ void XMISong::ProcessInitialMetaEvents ()
(track->EventChunk[track->EventP+1]<<8) |
(track->EventChunk[track->EventP+2])
);
Division = Tempo * 3 / 25000;
break;
}
}