CONST_DMUS_NOTIFICATION_TYPE
The members of the CONST_DMUS_NOTIFICATION_TYPE enumeration identify a notification type. They are passed to the DirectMusicPerformance.AddNotificationType and DirectMusicPerformance.RemoveNotificationType methods and identify the notification type in messages retrieved by DirectMusicPerformance.GetNotificationPMSG.
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_SEGMENT = 5
End Enum
- 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_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
DMUS_NOTIFICATION_PMSG