[PATCH v2] dmime: Parse TimeSig track data.

Michael Stefaniuc mstefani at winehq.org
Tue Aug 4 17:20:26 CDT 2020


On 7/31/20 6:15 PM, Michael Stefaniuc wrote:
> On 7/31/20 2:32 AM, Alistair Leslie-Hughes wrote:
>> The tims data actually has a DWORD (size) before the structure.
> That's because it is not one item but an array of items. This patch will
> read only the first element.
> 
> I've seen that array pattern in the Tempo Track.
OK, that pattern is a lot more common. 10 of the different
IDirectMusicTrack implementations have it, some of them even in more
than one chunk.
So I have created stream_chunk_get_array() to load those style of chunks.


bye
	michael



More information about the wine-devel mailing list