SYNGetMasterVolume

Syntax

#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

SYNGetMasterVolume gets the master volume setting of the specified synthesizer instance.

See Also

SYNSetMasterVolume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL