Microsoft DirectX 8.0 (C++)

DMUS_IO_CHORD

Contains information about a chord change. Used in the Chord Track List.

typedef struct _DMUS_IO_CHORD {
    WCHAR       wszName[16];
    MUSIC_TIME  mtTime;
    WORD        wMeasure;
    BYTE        bBeat;
    BYTE        bFlags
} DMUS_IO_CHORD;

Members

wszName
Name of the chord.
mtTime
Time of the chord.
wMeasure
Measure that the chord falls on.
bBeat
Beat that the chord falls on.
bFlags
Flags. The following value is defined.
DMUS_CHORDKEYF_SILENT
The chord is silent. See the Remarks for DMUS_CHORD_KEY.

Requirements

  Header: Declared in dmusicf.h.