SEQSetVolume

C Specification

#include <revolution.h>
#include <revolution/seq.h>
void SEQSetVolume(SEQSEQUENCE *sequence, s32 dB);

Arguments

sequence pointer to the user-initialized SEQSEQUENCE data structure
dB volume at which to set the synthesizer, in decibels (0x00000001 = 0.1 dB)

Return Values

None.

Description

This function sets the master volume for the synthesizer used for the specified sequence.

See Also

SEQGetVolume

Revision History

03/01/2006 Initial version.