Microsoft DirectX 8.1 (Visual Basic) |
The CONST_DMUS_CURVE_FLAGS enumeration is used in the flags member of the DMUS_CURVE_PMSG type.
Syntax
Enum CONST_DMUS_CURVE_FLAGS
DMUS_CURVE_RESET = 1
DMUS_CURVE_START_FROM_CURRENT = 2
End Enum
Constants
DMUS_CURVE_RESET
The value in the resetValue member is to be set when the time is reached or an invalidation occurs because of a transition. If this flag is not set, the curve stays permanently at the new value.
DMUS_CURVE_START_FROM_CURRENT
Ignore nStartValue and start the curve at the current value. Implemented for volume, expression, pitch bend, filter cuttoff, pan, and mod wheel.