AXSetVoiceLpf

C Specification

#include <revolution.h>

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

Arguments

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

Return Values

None.

Description

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

See Also

axvpb.pb.lpf
AXSetVoiceLpfCoefs
AXGetLpfCoefs

Revision History

03/01/2006 Initial version.