SsSeqSetRitardando

Slows the tempo

void SsSeqSetRitardando (
        short seq_access_num,
        long tempo,
        long v_time
)

Arguments

seq_access_num SEQ access number
tempo Tempo
v_time Time (in ticks)

Return Value

None.

Explanation

The tempo of the song specified by seq_access_num is incrementally decreased to the value specified by tempo in the amount of time specified by v_time.
v_time is specified in number of ticks where 1 tick = 1/60 sec.
SsSeqSetRitardando() gradually decreases the tempo to the specified tempo.
v_time indicates how long it will take to reach that tempo.

See Also

SsSeqSetAccelerando()