[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I just applied another fix to Chris' mixer patch. And going to add the
following to api._tx.
--
Elias Pschernig
Index: docs/src/api._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/api._tx,v
retrieving revision 1.32
diff -r1.32 api._tx
114a115,120
> <li>
> The behavior of the allegro mixer changed. Previously, it would by
> default (when not calling set_volume_per_voice) set the volume very low,
> in order to avoid clipping. The new default is that of
> set_volume_per_voice(1). Programs already using set_volume_per_voice
> don't change.