SEQGetVolume

C Specification

#include <revolution.h>
#include <revolution/seq.h>
void SEQGetVolume(SEQSEQUENCE *sequence);

Arguments

sequence pointer to the user-initialized SEQSEQUENCE data structure

Return Values

Signed 32-bit volume of synthesizer, in decibels (0x00000001 = 0.1 dB).

Description

This function gets the current volume for the synthesizer used for the specified sequence.

See Also

SEQSetVolume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL