Re: [AD] Latest mixer patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, 2004-07-11 at 16:13 +0200, Elias Pschernig wrote:
> Committed, as well as docs updated (thanks to Ben and Chris for help
> with that).
>
Hm, somehow I must have forgotten to apply the api._tx part of that
patch, and also deleted it in the meantime. Applied the attached patch
instead.
--
Elias Pschernig
Index: docs/src/api._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/api._tx,v
retrieving revision 1.32
diff -u -p -r1.32 api._tx
--- docs/src/api._tx 19 Jan 2004 17:30:55 -0000 1.32
+++ docs/src/api._tx 27 Jul 2004 13:06:52 -0000
@@ -109,6 +109,11 @@ Changes between 4.0.x and 4.2.x series
set_volume() doesn't use the hardware mixer anymore to alter the global
volume. Use set_hardware_volume() instead to get the old behaviour.
<li>
+ The default sound volume of Allegro was raised, since there no longer is
+ the risk of wrapping with the new mixer. To restore the volume level to
+ that of previous versions, look at the set_volume_per_voice function.
+ Programs already using set_volume_per_voice are not affected.
+<li>
yield_timeslice() doesn't just yield anymore, but actually takes CPU
time away from the program, in order to enable Allegro programs to
use less than 100% of the available processor time.