#include <revolution.h> #include <revolution/seq.h> #define SEQ_ALL_TRACKS 0xFFFFFFFF void SEQSetTempo(SEQSEQUENCE *sequence, u32 track, f32 tempo);
| sequence | Pointer to a user-initialized SEQSEQUENCE |
|---|---|
| track | Track index for the track for which the tempo is set Use SEQ_ALL_TRACKS to set all tracks. |
| tempo | Tempo at which to set the sequence, in beats per minute (120.0f = 120 BPM) |
None.
SEQSetTempo alters playback speed using a logical musical tempo.
2006/03/01 Initial version.
CONFIDENTIAL