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