Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The DMUS_IO_NEXTCHORD structure contains information about the next chord in a chord graph. Used in the Chordmap Form.
Syntax
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 from 1 through 100) that this link is 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.
Requirements
** Header:** Dmusicf.h
See Also