| Microsoft DirectX 9.0 SDK Update (October 2004) |
The DMUS_IO_CHORDMAP structure contains information about a
Syntax
typedef struct _DMUS_IO_CHORDMAP {
WCHAR wszLoadName[20];
DWORD dwScalePattern;
DWORD dwFlags;
} DMUS_IO_CHORDMAP;
Members
wszLoadName
Name of the chordmap, used in the object description when the chordmap is loaded.
dwScalePattern
Scale associated with the chordmap. Each of the lower 24 bits represents a semitone, starting with the root at the least significant bit, and the bit is set if the note is in the scale.
dwFlags
Flags. Can be zero or the following value.
| Value | Description |
| DMUS_CHORDMAPF_VERSION8 | The chordmap was created for DirectX 8.0 or later. |
Requirements
Header: Dmusicf.h
See Also