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