nw::snd::SequenceSoundHandle::SetTempoRatio Member Function

Syntax

#include <nw/snd/snd_SequenceSoundHandle.h>

void SetTempoRatio(
     f32 tempoRatio
);

Arguments

Name Description
in tempoRatio Ratio of the tempo to be changed.

Return Values

None.

Description

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.

Revision History

2010/01/22
Initial version.

CONFIDENTIAL