SYNSetMasterVolume

C Specification

#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

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

See Also

SYNGetMasterVolume

Revision History

2006/03/01 Initial version.


CONFIDENTIAL