u32 updateCounter;
The updateCounter parameter tracks the number of parameter updates for each millisecond. This value is reset to 0 each millisecond and is incremented by one for each call to AXSetVoiceUpdateWrite(). This total for this value should not exceed 32 during a single audio frame. Do not modify this parameter.
Note: Because the current version of the AX library does not fully implement update-related functionality, update-related parameters are not reflected in DSP operation.
03/01/2006 Initial version.