#include <revolution.h> #include <revolution/syn.h> void SYNSetMasterVolume(SYNSYNTH *synth, s32 dB);
| synth | Pointer to the user-initialized SYNSYNTH data structure. |
|---|---|
| dB | Volume to set in decibels (0x00000001 = 0.1 dB). |
None.
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.
2006/03/01 Initial version.
CONFIDENTIAL