DMUS_IO_CHORD
The DMUS_IO_CHORD structure contains information about a chord change. Used in the Chord Track List.
Syntax
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 as shown.
Value | Description |
DMUS_CHORDKEYF_SILENT | The chord is silent. See the Remarks for DMUS_CHORD_KEY. |
Requirements
** Header:** Dmusicf.h
See Also