SsPlayBack

Plays back SEQ data

void SsPlayBack (
        short access_num,
        short seq_num,
        short l_count
)

Arguments

access_num SEQ access number
seq_num Must be set to 0
l_count Song repetition count

Return Value

None.

Explanation

The song which is currently playing is interrupted and the song which is specified by access_num is played.
The song repetition count is specified in l_count. If l_count is set to SSPLAY_INFINITY, the song will play continuously.

See Also

SsSeqPlay()