#include <revolution.h>
#include <revolution/seq.h>
void SEQGetVolume(SEQSEQUENCE *sequence);
| sequence | pointer to the user-initialized SEQSEQUENCE data structure |
Signed 32-bit volume of synthesizer, in decibels (0x00000001 = 0.1 dB).
This function gets the current volume for the synthesizer used for the specified sequence.
03/01/2006 Initial version.