#include <revolution.h> void AXSetVoiceUpdateWrite(AXVPB *pvpb, u16 param, u16 data);
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. |
None.
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.
axvpb.pb.update
AXSetVoiceUpdateIncrement
03/01/2006 Initial version.