SYNGetMasterVolume

C Specification

#include <revolution.h>
#include <revolution/syn.h>
s32 SYNGetMasterVolume(SYNSYNTH *synth);

Arguments

synth pointer to the user-initialized SYNSYNTH data structure

Return Values

Returns current master volume in decibels (0x00000001 = 0.1 dB).

Description

This function obtains the master volume setting of the specified synthesizer instance.

See Also

SYNSetMasterVolume

Revision History

03/01/2006 Initial version.