Microsoft DirectX 8.1 (C++) |
The DMUS_ARTICULATION2 structure describes a
Syntax
typedef struct {
ULONG ulArt1Idx;
ULONG ulFirstExtCkIdx;
ULONG ulNextArtIdx;
} DMUS_ARTICULATION;
Members
ulArt1Idx
Index, in the DMUS_OFFSETTABLE structure, of the DLS articulation chunk. If 0, there is no DLS level 1 or 2 articulation.
ulFirstExtCkIdx
Index of the first third-party extension chunk. If 0, there are no third-party extension chunks associated with the articulation. DLS level 2 chunks can also be placed here.
ulNextArtIdx
Index of additional articulation chunks to better support DLS level 2 articulations.
Remarks
The articulation chunk consists of a CONNECTIONLIST structure followed by an array of CONNECTION structures. These structures are declared in Dls1.h. For more information, see the Downloadable Sounds Level 2 specification, published by the MIDI Manufacturers Association.
Requirements
Header: Declared in dmdls.h.
See Also