DirectX SDK |
The DMUS_ARTICULATION2 structure describes a DLS instrument-articulation chunk. It is used when the format is defined as DMUS_DOWNLOADINFO_INSTRUMENT2 (declared in the Dmdls.h header file). The DLS level 1 chunk is referenced by ulArt1Idx, and all additional articulation chunks are referenced by the list that starts with ulFirstExtCkIdx. DLS level 2 articulation chunks also use ulNextArtIdx.
typedef struct { ULONG ulArt1Idx; ULONG ulFirstExtCkIdx; ULONG ulNextArtIdx; } DMUS_ARTICULATION;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmdls.h.