Added --nostereo option
Ability to disable stereo panning effect (e.g., paint brush, UI elements sound effect feedback, etc.), useful for users with hearing impairment in one ear, or situations where one speaker or headphone is being used. Use "--nostereo" command-line option or "nostereo=yes" config. file option.
This commit is contained in:
parent
9db366237c
commit
f7d30d3222
13 changed files with 367 additions and 310 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2019.Sep.14 (0.9.24)
|
||||
2019.Sep.21 (0.9.24)
|
||||
* New tools
|
||||
---------
|
||||
* Fill
|
||||
|
|
@ -67,6 +67,12 @@ $Id$
|
|||
* Updated some Starter source images so they work better with
|
||||
flood fill (Bald Eagle, World map, Gecko).
|
||||
|
||||
* Ability to disable stereo panning effect (e.g., paint brush, UI
|
||||
elements sound effect feedback, etc.), useful for users with
|
||||
hearing impairment in one ear, or situations where one speaker or
|
||||
headphone is being used. Use "--nostereo" command-line option
|
||||
or "nostereo=yes" config. file option.
|
||||
|
||||
* Documentation updates
|
||||
---------------------
|
||||
* Mended link to MinGW/MSYS instructions at John Popplewell's website.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue