SsSeqPlay

Plays SEQ data

void SsSeqPlay (
        short seq_access_num,
        char play_mode,
        short l_count
)

Arguments

seq_access_num SEQ access number
play_mode Playback mode
SSPLAY_PAUSE Pause immediately before playing
SSPLAY_PLAY Begin playing immediately
l_count Song repetition count

Return Value

None.

Explanation

The song specified by seq_access_num is played according to the specified playback
mode.
The song repetition count is specified by l_count. If l_count is set to SSPLAY_INFINITY, the song will loop continuously.
If play_mode is set to SSPLAY_PAUSE, the song will be held in pause state until it is released. If play_mode is set to SSPLAY_PLAY, the song will begin playing immediately.