SEQSetTempo

Syntax

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

#define SEQ_ALL_TRACKS 0xFFFFFFFF

void SEQSetTempo(SEQSEQUENCE *sequence, u32 track, f32 tempo);

Arguments

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)

Return Values

None.

Description

SEQSetTempo alters playback speed using a logical musical tempo.

See Also

SEQGetTempo

Revision History

2006/03/01 Initial version.


CONFIDENTIAL