#include <revolution/ax.h> void AXSetVoiceVeDelta(AXVPB *pvpb, s16 delta);
| pvpb | Pointer to the specified voice. |
|---|---|
| delta | New delta value. |
None.
The AXSetVoiceVeDelta function sets a new volume envelope multiplier-delta for a voice. During envelope processing, the delta is added to the VE multiplier on a per-sample basis.
Note: The DSP does not clamp the delta-multiplier-sum computation. The user application must ensure that the computation remains in bounds. This function also asserts the appropriate bits in axvpb.sync.
2006/03/01 Initial version.
CONFIDENTIAL