Miles Sound System SDK 7.2a

EAX_FLANGER

The structure EAX_FLANGER used to control the flange filter in the EAX 4 3D provider

struct EAX_FLANGER
{
  S32 Slot;
  S32 Volume;
  U32 Waveform;
  S32 Phase;
  F32 Rate;
  F32 Depth;
  F32 Feedback;
  F32 Delay;
};

In Members

Slot
specifies the slot to query or set. The flanger can use slot 2 and/or 3.
Volume
specifies the volume of this slot in standard EAX attenuation units (-10000 to 0 fixed point millibels, default 0.0).
Waveform
selects the waveform - 0 = sinusoid, 1 = triangle.
Phase
specifies the flange phase in degrees (-180 to 180, default 0).
Rate
specifies the flange rate in hertz (0.0 to 10.0, default 0.27).
Depth
specifies the flange depth (0.0 to 1.0, default 1.0).
Feedback
specifies the flange feedback (-1.0 to 1.0, default -0.5).
Delay
specifies the delay time in seconds (0.0002 to 0.004, default 0.002).

Discussion

See the EAX 4 documentation for technical details on this filter.


Group: Creative EAX 2, 3, and 4 Providers
Related Sections: Creative's EAX 4 Properties
Related Basic Types: F32, S32, U32

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.