DMUS_IO_NEXTCHORD

The DMUS_IO_NEXTCHORD stucture contains information about the next chord in a chord graph. It is used in the Chordmap Form.

typedef struct _DMUS_IO_NEXTCHORD {
    DWORD   dwFlags;
    WORD    nWeight;
    WORD    wMinBeats;
    WORD    wMaxBeats;
    WORD    wConnectionID;
} DMUS_IO_NEXTCHORD;
 

Members

dwFlags
Reserved for future use.
nWeight
Likelihood (in the range 1-100) that this link will be followed when traversing the chord graph.
wMinBeats
Smallest number of beats that this chord is allowed to play in a composed segment.
wMaxBeats
Largest number of beats that this chord is allowed to play in a composed segment.
wConnectionID
Refers to the wConnectionID member of a DMUS_IO_CHORDENTRY structure.

QuickInfo

  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.