Microsoft DirectX 8.0 (Visual Basic)

CONST_DSFX_PHASE

Used in the DSFXCHORUS and DSFXFLANGER types.

Enum CONST_DSFX_PHASE
    DSFX_PHASE_180     = 4
    DSFX_PHASE_90      = 3
    DSFX_PHASE_MAX     = 4
    DSFX_PHASE_MIN     = 0
    DSFX_PHASE_NEG_180 = 0
    DSFX_PHASE_NEG_90  = 1
    DSFX_PHASE_ZERO    = 2
End Enum

Constants

DSFX_PHASE_180
Descending midpoint of the waveform.
DSFX_PHASE_90
Top of the waveform.
DSFX_PHASE_MAX
Maximum value.
DSFX_PHASE_MIN
Minimum value.
DSFX_PHASE_NEG_180
Ascending midpoint of the waveform.
DSFX_PHASE_NEG_90
Bottom of the waveform.
DSFX_PHASE_ZERO
Ascending midpoint of the waveform.