[Scummvm-cvs-logs] scummvm master -> d2c510b8866d7901e126efbe8d96498587994939

digitall digitall at scummvm.org
Sun Jun 24 23:36:29 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d2c510b886 AUDIO: Update Mixer class doxygen comment on balance to be consistent.


Commit: d2c510b8866d7901e126efbe8d96498587994939
    https://github.com/scummvm/scummvm/commit/d2c510b8866d7901e126efbe8d96498587994939
Author: D G Turner (digitall at scummvm.org)
Date: 2012-06-24T14:34:49-07:00

Commit Message:
AUDIO: Update Mixer class doxygen comment on balance to be consistent.

Changed paths:
    audio/mixer.h



diff --git a/audio/mixer.h b/audio/mixer.h
index e38e052..a0060f2 100644
--- a/audio/mixer.h
+++ b/audio/mixer.h
@@ -97,7 +97,7 @@ public:
 	 * @param stream	the actual AudioStream to be played
 	 * @param id	a unique id assigned to this stream
 	 * @param volume	the volume with which to play the sound, ranging from 0 to 255
-	 * @param balance	the balance with which to play the sound, ranging from -128 to 127
+	 * @param balance	the balance with which to play the sound, ranging from -127 to 127 (full left to full right), 0 is balanced, -128 is invalid
 	 * @param autofreeStream	a flag indicating whether the stream should be
 	 *                          freed after playback finished
 	 * @param permanent	a flag indicating whether a plain stopAll call should






More information about the Scummvm-git-logs mailing list