SsSeqGetVol

Gets SEQ volume

void SsSeqGetVol (
        short access_num,
        short seq_num,
        short *voll,
        short *volr
)

Arguments

access_num SEQ access number
seq_num Must be set to 0
voll Pointer to SEQ left volume result value
volr Pointer to SEQ right volume result value

Return Value

None.

Explanation

The current left and right volume values of the song specified by access_num are obtained and placed at the storage locations pointed to by voll and volr, respectively.

See Also

SsSeqSetVol()