SEQSetVolume

Syntax

#include <revolution.h>
#include <revolution/seq.h>

void SEQSetVolume(SEQSEQUENCE *sequence, s32 dB);

Arguments

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

Return Values

None.

Description

SEQSetVolume sets the master volume for the synthesizer used for the specified sequence.

See Also

SEQGetVolume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL