DMUS_IO_CHORDMAP
Contains information about a chordmap. Used in the Chord Map Form.
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:
- DMUS_CHORDMAPF_VERSION8
- The chordmap was created for DirectX 8.0 or later.
Header: Declared in dmusicf.h.