AXSetVoiceVeDelta

C Specification

#include <revolution.h>

void AXSetVoiceVeDelta(AXVPB *pvpb, s16 delta);

Arguments

pvpb Pointer to the specified voice.
delta New delta value.

Return Values

None.

Description

AXSetVoiceVeDelta() 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.

See Also

axvpb.pb.ve
AXSetVoiceVe

Revision History

2006/03/01 Initial version.


CONFIDENTIAL