Miles Sound System SDK 7.2a

EAX_CHORUS

The structure EAX_CHORUS used to control the chorus filter in the EAX 4 3D provider

struct EAX_CHORUS
{
  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. Chorus can use slot 1, 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 chorus phase in degrees (-180 to 180, default 90).
Rate
specifies the chorus rate in hertz (0.0 to 10.0, default 1.1).
Depth
specifies the chorus depth (0 to 1, default 0.1).
Feedback
specifies the chorus feedback (-1 to 1, default 0.25).
Delay
specifies the delay in seconds (0.0002 to 0.016, default 0.016).

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.