Platform SDK: DirectX

DMUS_ARTICPARAMS

The DMUS_ARTICPARAMS structure describes parameters for a DLS articulation chunk. All parameters for articulation are stored in one chunk, which is composed of a series of structures that define each functional area of the articulation. If an instrument or region uses articulation, it references this chunk by index from the DMUS_ARTICULATION chunk.

typedef struct {
    DMUS_LFOPARAMS LFO;
    DMUS_VEGPARAMS VolEG;
    DMUS_PEGPARAMS PitchEG;
    DMUS_MSCPARAMS Misc;
} DMUS_ARTICPARAMS;
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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmdls.h.