Microsoft DirectX 8.0 (C++) |
Defines the pitch envelope for a DLS level 1 articulation chunk. It is used in the DMUS_ARTICPARAMS structure.
typedef struct { TCENT tcAttack; TCENT tcDecay; PERCENT ptSustain; TCENT tcRelease; TCENT tcVel2Attack; TCENT tcKey2Decay; PCENT pcRange; } DMUS_PEGPARAMS;
The DLS Level 1 specification defines time cents and pitch cents as 32-bit logarithmic values. See the specification from the MIDI Manufacturers Association for details about the values in this structure.
Header: Declared in dmdls.h.