SsSeqSetVol

Sets SEQ volume

void SsSeqSetVol (
        short seq_access_num,
        short voll,
        short volr
)

Arguments

seq_access_num SEQ access number
voll Left channel main volume
volr Right channel main volume

Return Value

None.

Explanation

The main volume of the song specified by seq_access_num is set to the values specified by voll (left) and volr (right). The volume values can range from 0 to 127.

See Also

SsSeqGetVol()