#include <revolution.h> #include <revolution/seq.h> void SEQSetVolume(SEQSEQUENCE *sequence, s32 dB);
| sequence | Pointer to a user-initialized SEQSEQUENCE data structure |
|---|---|
| dB | Volume at which to set the synthesizer, in decibels (0x00000001 = 0.1 dB) |
None.
SEQSetVolume sets the master volume for the synthesizer used for the specified sequence.
2006/03/01 Initial version.
CONFIDENTIAL