Platform SDK: DirectX

DMUS_IO_CHORD

The DMUS_IO_CHORD structure contains information about a chord change. It is used in the Chord Track List.

typedef struct _DMUS_IO_CHORD {
    WCHAR       wszName[16];
    MUSIC_TIME  mtTime;
    WORD        wMeasure;
    BYTE        bBeat;
} DMUS_IO_CHORD;
wszName
Name of the chord.
mtTime
Time of the chord.
wMeasure
Measure that the chord falls on.
bBeat
Beat that the chord falls on.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusicf.h.