SEQGetTempo

C Specification

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

f32 SEQGetTempo(SEQSEQUENCE *sequence, u32 track);

Arguments

sequence pointer to user-initialized SEQSEQUENCE
track track index for the track to be gotten

Return Values

32-bit float tempo in BPM (120.0f = 120 BPM)

Description

This function gets the current tempo for the specified track of the specified sequence.

See Also

SEQSetTempo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL