SEQGetTempo

Syntax

#include <revolution.h>
#include <revolution/seq.h>

f32 SEQGetTempo(SEQSEQUENCE *sequence, u32 track);

Arguments

sequence Pointer to a user-initialized SEQSEQUENCE
track Track index for the track to be gotten

Return Values

A 32-bit float tempo in beats per minute (120.0f = 120 BPM) is returned.

Description

SEQGetTempo gets the current tempo for the specified track of the specified sequence.

See Also

SEQSetTempo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL