Platform SDK: DirectX

CONST_DMUS_COMMANDT_TYPES

The members of the CONST_DMUS_COMMANDT_TYPES enumeration represent commands that establish musical patterns. They are used in the lCommand parameter of the DirectMusicComposer.AutoTransition and DirectMusicComposer.ComposeTransition methods and are returned by the DirectMusicPerformance.GetCommand method.

Type CONST_DMUS_COMMANDT_TYPES
    DMUS_COMMANDT_BREAK       = 3
    DMUS_COMMANDT_END         = 4
    DMUS_COMMANDT_ENDANDINTRO = 5
    DMUS_COMMANDT_FILL        = 1
    DMUS_COMMANDT_GROOVE      = 0
    DMUS_COMMANDT_INTRO       = 2
End Enum
DMUS_COMMANDT_BREAK
The command is a break.
DMUS_COMMANDT_END
The command is an ending.
DMUS_COMMANDT_ENDANDINTRO
The command is an ending and an intro.
DMUS_COMMANDT_FILL
The command is a fill.
DMUS_COMMANDT_GROOVE
The command is a groove command.
DMUS_COMMANDT_INTRO
The command is an intro.