SsSeqReplay

Resumes playback of SEQ data

void SsSeqReplay (
        short seq_access_num
)

Arguments

seq_access_num SEQ access number

Return Value

None.

Explanation

The playback of the song specified by seq_access_num, which is currently paused, is resumed.
SsSeqReplay() can be used to continue playing a song that was previously paused with SsSeqPause() or SsSeqPlay().

See Also

SsSeqPlay(), SsSeqPause()