#include <nw/snd/snd_SequenceSoundHandle.h>
void SetTempoRatio(
f32 tempoRatio
);
| Name | Description | |
|---|---|---|
| in | tempoRatio | Ratio of the tempo to be changed. |
Changes the ratio of the tempo of the sequence sound.
Changes the tempo of the sound associated with the handle. If the handle is invalid, the function does nothing.
The tempo tempoRatio specifies a multiplier vis-a-vis the tempo of the sequence data. In other words, the tempo is unchanged if 1.0 is specified.
CONFIDENTIAL