SsSetTempo

Sets the tempo

void SsSetTempo (
        short access_num,
        short seq_num,
        short tempo
)

Arguments

access_num SEQ access number
seq_num Must be set to 0
tempo Song tempo

Return Value

None.

Explanation

The tempo of the song specified by access_num is set to the value specified by tempo.
SsSetTempo() can be used to change the tempo set by SsSeqPlay(). The new tempo will take effect immediately.