#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.
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.
2006/03/01 Initial version.
CONFIDENTIAL