Microsoft DirectX 8.1 (Visual Basic)

CONST_DMUS_NOTIFICATION_TYPE

The CONST_DMUS_NOTIFICATION_TYPE enumeration is used to identify a notification type. These constants are passed to the DirectMusicPerformance8.AddNotificationType and DirectMusicPerformance8.RemoveNotificationType methods and identify the notification type in messages retrieved by DirectMusicPerformance8.GetNotificationPMSG.

Syntax

Enum CONST_DMUS_NOTIFICATION_TYPE
  DMUS_NOTIFY_ON_CHORD          = 1
  DMUS_NOTIFY_ON_COMMAND        = 2
  DMUS_NOTIFY_ON_MEASUREANDBEAT = 3
  DMUS_NOTIFY_ON_PERFORMANCE    = 4
  DMUS_NOTIFY_ON_RECOMPOSE      = 0
  DMUS_NOTIFY_ON_SEGMENT        = 5
End Enum

Constants

DMUS_NOTIFY_ON_CHORD

Chord change.

DMUS_NOTIFY_ON_COMMAND

Command event.

DMUS_NOTIFY_ON_MEASUREANDBEAT

Measure and beat event.

DMUS_NOTIFY_ON_PERFORMANCE

Performance event. When this value is found in the lNotificationType member of a DMUS_NOTIFICATION_PMSG type, the event is further defined in the lNotificationOption member.

DMUS_NOTIFY_ON_RECOMPOSE

Recomposition event.  When this value is found in the lNotificationType of a DMUS_NOTIFICATION_PMSG type, the event is further defined in the lNotificationOption member.

DMUS_NOTIFY_ON_SEGMENT

Segment event. When this value is found in the lNotificationType of a DMUS_NOTIFICATION_PMSG type, the event is further defined in the lNotificationOption member. 

See Also