lp://qastaging/gnaural
- Get this branch:
- bzr branch lp://qastaging/gnaural
Branch information
Import details
This branch is an import of the CVS module gnaural from :pserver:anonymous@gnaural.cvs.sourceforge.net:/cvsroot/gnaural.
Last successful import was .
Recent revisions
- 110. By gnaural
-
Replaced all g_ascii_dtostr() writes with g_ascii_
formatd( "%g"),
because g_ascii_dtostr() had bizarre rounding errors and represented
numbers in an extremely ineficcient manner. - 109. By gnaural
-
replaced atof and fprintf with glib locale-independent writing and
reading functions to fix the persistent non-dot decimal format problems.
They are in, but their output wastes huge amounts of filespace because
of extremely inefficient numeral representation and the apparent need
to show, for example, 8.5 as 8.49999999999999999999999 sort of crap.
Will look in to an alternative tomorrow: g_ascii_formatd - 108. By gnaural
-
MSWindows version: Updated the misc/Gnaural.iss file to handle the icon
correctly and also add an "Unistall" shortcut to the Start->Gnaural
menu. also hard-coded paths to all local files to avoid WINE path
confusion - 102. By gnaural
-
Fixed balance bug, rewrote overwrite confirmation, basically ready except
for a few cosmetic things.