| Microsoft DirectX 9.0 SDK Update (October 2004) | 
The DMUS_ARTICPARAMS structure describes parameters for a 
Syntax
typedef struct {
  DMUS_LFOPARAMS LFO;
  DMUS_VEGPARAMS VolEG;
  DMUS_PEGPARAMS PitchEG;
  DMUS_MSCPARAMS Misc;
} DMUS_ARTICPARAMS;
Members
LFO
DMUS_LFOPARAMS structure containing parameters for a low-frequency oscillator.
VolEG
DMUS_VEGPARAMS structure containing parameters for a volume-envelope generator.
PitchEG
DMUS_PEGPARAMS structure containing parameters for a pitch-envelope generator.
Misc
DMUS_MSCPARAMS structure containing the initial pan position.
Remarks
DLS level 2 articulation is handled differently and does not use this structure. See DMUS_ARTICULATION2.
Requirements
Header: Dmdls.h
See Also