SYNSetMasterVolume

Syntax

#include <revolution.h>
#include <revolution/syn.h>

void SYNSetMasterVolume(SYNSYNTH *synth, s32 dB);

Arguments

synth Pointer to the user-initialized SYNSYNTH data structure.
dB Volume to set in decibels (0x00000001 = 0.1 dB).

Return Values

None.

Description

SYNSetMasterVolume sets the master volume of a synthesizer instance. This volume is independent of MIDI controller volumes; it is intended for fading scores during runtime.

See Also

SYNGetMasterVolume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL