Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv15237/src/effects

Modified Files:
        Leveller.cpp 
Log Message:
Implemented TransferString (could be more flexible).
Fixed deciBels as 'dB' in a couple of places.

Index: Leveller.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Leveller.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Leveller.cpp        28 Mar 2007 04:14:04 -0000      1.13
+++ Leveller.cpp        24 Apr 2007 22:55:34 -0000      1.14
@@ -150,7 +150,7 @@
 
 bool EffectLeveller::TransferParameters( Shuttle & shuttle )
 {  
-   
shuttle.TransferEnum(wxT("Db"),mLevellerDbChoiceIndex,Enums::NumDbChoices,Enums::GetDbChoices());
+   
shuttle.TransferEnum(wxT("dB"),mLevellerDbChoiceIndex,Enums::NumDbChoices,Enums::GetDbChoices());
    shuttle.TransferInt(wxT("Passes"),mLevellerNumPasses,1);
    return true;
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to