Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18200
Modified Files:
Compressor.cpp
Log Message:
Fix chain keyword
Index: Compressor.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Compressor.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Compressor.cpp 12 Mar 2007 09:23:11 -0000 1.35
+++ Compressor.cpp 18 Apr 2007 05:38:30 -0000 1.36
@@ -62,7 +62,7 @@
{
shuttle.TransferDouble( wxT("Threshold"), mThresholdDB, -12.0f );
shuttle.TransferDouble( wxT("Ratio"), mRatio, 2.0f );
- shuttle.TransferDouble( wxT("Attack Time"), mAttackTime, 0.2f );
+ shuttle.TransferDouble( wxT("AttackTime"), mAttackTime, 0.2f );
shuttle.TransferBool( wxT("Normalize"), mNormalize, true );
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