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