AXSetVoiceUpdateWrite

C Specification

#include <revolution.h>

void AXSetVoiceUpdateWrite(AXVPB *pvpb, u16 param, u16 data);

Arguments

pvpb Pointer to the specified voice.
param Index of parameter to update. Parameter indices are defined in ax.h.
data Data to write to parameter.

Return Values

None.

Description

AXSetVoiceUpdateWrite() specifies a parameter change that the DSP must execute during a given millisecond of processing for the specified voice. This function will begin filling the update block for parameter changes to be executed at the start of the second millisecond of DSP processing. When all of the updates for this millisecond have been specified, use AXSetVoiceUpdateIncrement() to proceed to the next millisecond of updates.

Note: Because the current version of the AX library is not fully updated, update blocks created using the above function will not be reflected in DSP operation.

See Also

axvpb.pb.update
AXSetVoiceUpdateIncrement

Revision History

03/01/2006 Initial version.