Microsoft DirectX 8.0 (C++)

DMUS_CURVE_FLAGS

Used in the bFlags member of the DMUS_CURVE_PMSG structure.

typedef enum enumDMUS_CURVE_FLAGS {
    DMUS_CURVE_RESET              = 1,
    DMUS_CURVE_START_FROM_CURRENT = 2,
} DMUS_CURVE_FLAGS;

Constants

DMUS_CURVE_RESET
The value of DMUS_CURVE_PMSG.nResetValue must 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 DMUS_CURVE_PMSG.nStartValue and start the curve at the current value. This works only for volume, expression, and pitch bend.

Requirements

  Header: Declared in dmusici.h.