|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SetTempoPerc (
nPlayer as Integer,
fTempoPerc as single
) as enumErrorCodes
|
|
[C++]
short control.SetTempoPerc (
short nPlayer,
float fTempoPerc
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fTempoPerc
|
The Tempo variation expressed in percentage; supported values are from -90 to 90.
Setting this parameter to 0 will set the original sound tempo value.
Usually best mixing results are obtained with values from -15 to 15.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|