Microsoft DirectX 8.0 (C++) |
Describes a DLS instrument articulation chunk. It is used when the format identifier in the dwDLType member of the DMUS_DOWNLOADINFO structure is DMUS_DOWNLOADINFO_INSTRUMENT. This chunk connects all available DLS articulation data in one list. For example, it might have a DLS Level 1 chunk and a manufacturer's proprietary articulation chunk. The DLS chunk is referenced by ulArt1Idx, and all additional articulation chunks are referenced by the list that starts with ulFirstExtCkIdx.
typedef struct { ULONG ulArt1Idx; ULONG ulFirstExtCkIdx; } DMUS_ARTICULATION;
The articulation chunk consists of a DMUS_ARTICPARAMS structure.
Header: Declared in dmdls.h.