AXSetVoiceLpf

Syntax

#include <revolution/ax.h>

void AXSetVoiceLpf(AXVPB *pvpb, AXPBLPF *lpf);

Arguments

pvpb Pointer to the specified voice.
lpf Pointer to user-initialized AXPBLPF structure.

Return Values

None.

Description

The AXSetVoiceLpf function initializes the low-pass filter parameters for a specified voice. Once a voice is running, use the AXSetVoiceLpfCoefs() function to modify the filter's coefficients. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.lpf, AXSetVoiceLpfCoefs, AXGetLpfCoefs

Revision History

2006/03/01 Initial version.


CONFIDENTIAL