#include <revolution.h> #include <revolution/seq.h> f32 SEQGetTempo(SEQSEQUENCE *sequence, u32 track);
| sequence | Pointer to a user-initialized SEQSEQUENCE |
|---|---|
| track | Track index for the track to be gotten |
A 32-bit float tempo in beats per minute (120.0f = 120 BPM) is returned.
SEQGetTempo gets the current tempo for the specified track of the specified sequence.
2006/03/01 Initial version.
CONFIDENTIAL